Roland Puntaier
Roland Puntaier
Any reason why not?
I use this to define just functions in templates and then "import" them in the mentioned way. Then I noticed that a second `%include` behaves differently. The reason was that...
With atom-build-waf and some wscript_build builds in sub folders, it failed to open the file. Instead there was a warning, the file does not exist. There is a similar problem...
I've debugged into vim and found the location, in which normal keymap application diverges when playing a register macro (@a). It is in getchar.c: 2189 ``` if (mp->m_keys[0] == c1...
Hello nvie. I've ported this little python package of yours to python 3.5. It still should work with Python 2.7 as well, but I haven't tried. It would be great...
Vim adds the relative path from current directory to tag directory to the file in the tag (tag file). In Atom the current directory is always the first project.
I'm currently testing OAuth2 and came across your neat script. For `https` I've added `https.js`: ``` js var fs = require('fs'); var https = require('https'); var privateKey = fs.readFileSync('key.pem', 'utf8');...
After the closing `"` of the following example coloring does not work any more. ``` keccak256(bytes(functionSignature)) == keccak256(bytes("submitSomething(bytes)")) ```
Related: https://vi.stackexchange.com/questions/31310/search-throws-e363-pattern-uses-more-memory-than-maxmempattern quote: "the underlying search, which may be found in separate file like a syntax highlighting definition, should be fixed to have a more efficient pattern." ### Issue When...
This is regarding #266. I tried to fix this some time back, but didn't succeed. I probably will not have time to investigate further. So the pull request only contains...