Skip to content
#

source-code

Here are 602 public repositories matching this topic...

MartinJPaterson
MartinJPaterson commented Feb 24, 2020

The documentation for the mod_csv_cdr says:

If you log CDR for only one leg and you would like to include some data of the other leg, then u need to prefix aleg_ or bleg_ before the variable in the template

I wish to include the sip_gateway_name from the bleg in the aleg CDR.
I have the following template:

`"${uuid}","${bleg_uuid}","${start_stamp}","${sip_gateway_na

kevinyan815
kevinyan815 commented Jun 2, 2018

关于接下来要写什么:

你们在这个时间点看到的文章已经把Laravel的Database部分都讲完了,接下来的计划是:

事件系统、用户认证系统、异常处理、Session以及Laravel应用请求整个生命周期的总结,当然我也想把
Composer原理和Laravel中用到的设计模式说一下以便更好的理解。时间来到了6月,希望能在18年把Laravel这些核心相关的东西大体梳理完,把年初挖的这个坑填上。

关于问题反馈和交流:
我在写这些文章时都会尽量严谨防止由于自己的失误误导大家,有的部分源码过多也就难免会有贴上了大块源码的地方,如果有看不懂的也欢迎针对话题新开issue来讨论。

codespan
brendanzab
brendanzab commented Mar 28, 2020

Currently codespan-reporting treats tabs as being a constant width, but this is incorrect, as @legendiguess notes:

The other would be to only adjust the underline calculation to account for tabs in line, but I'm not sure if display of "\tt" is always 5 ascii characters.

\t move next characters t

colindean
colindean commented Apr 23, 2018

I've got a couple of Rust source files (added syntax in #41) with the non-ASCII character for ellipses:. copyright-header doesn't seem to like that:

SKIP src/logging.rs; invalid byte sequence in US-ASCII
SKIP src/update.rs; detected existing license
SKIP src/main.rs; invalid byte sequence in US-ASCII

It's not a huge deal for us because it's only two files but I'm sure others

bug

Improve this page

Add a description, image, and links to the source-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the source-code topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.