Sassan Haradji
Sassan Haradji
`compile_commands.json` is the name of file (compiler -> compile)
Guys any news about @kien ? I hope he's alright.
Yeah I'm using the new repository for a while. But all of a sudden while using ctrlp I felt it's really useful and I remembered about this thread and came...
@rpkilby when using related filter I can pass a queryset to it and it works. Like this for example: ``` house__furniture__electrical = RelatedFilter(SomeFilter, queryset=some_custom_queryset) ``` So I think this issue...
I guess even if we don't combine sourcemaps yet, we should eliminate sourceMappingURL directive from libraries when building the bundle with --debug. This way we won't see annoying warnings in...
@Goddard Take a look at these: https://github.com/edkolev/promptline.vim https://github.com/edkolev/tmuxline.vim Above projects generate scripts for bash, zsh, fish and tmux and the generated script is native code that doesn't call any external...
I tried to find some time to do it but unfortunately no luck so far :(
I asked same question on stackoverflow, and I got a good temporary answer that maybe we can implement in XRegExp: http://stackoverflow.com/a/42597270/1349278 the complete answer is here: http://stackoverflow.com/a/41580048/1349278
Another solution would be to check the python implementation. It's complete (even supports back reference): https://bitbucket.org/mrabarnett/mrab-regex/src/4600a157989dc1671e4415ebe57aac53cfda2d8a/regex_3/regex/_regex.c?at=default&fileviewer=file-view-default