Grzegorz Adam Hankiewicz

Results 31 comments of Grzegorz Adam Hankiewicz

It is however not very clear how to set it up. The attribute seems to be a child of each folder, which means that the folder has to be added...

> macOS in general will always work this way from here on. This is a feature of the OS to manage access to devices. Writing to a device is privileged...

This project generates GPL3 binaries, but since the communication with the ffmpeg binary is done through [fork() and or exec()](https://www.gnu.org/licenses/gpl-faq.en.html#NFUseGPLPlugins) it seems you should be able to include it in...

The ipsumgenera specific issue would be using an external encoding proc which does more than actually is required for HTML.

Example at http://gradha.github.io, source at https://github.com/gradha/gradha.github.io.

Instead of using `findExe` I was more thinking of something like `getFilePermissions("."/addFileExt("nakefile", ExeExt))` to avoid looking at the path and be more in line with the last `shell` call which...

Maybe a good idea to avoid painting ourselves into a corner would be to leave the interface open through a default parameter or a global variable: ``` nimrod import os...

I imagine changing the current environment directory would be more expensive than a few string concatenations, but then it's not like performance is critical, it is already going to be...

Are you using [direShell()](http://fowlmouth.github.io/nake/gh_docs/v1.8/nakelib.html#direShell)?: ```nimrod import nake task "failure", "always fails": echo "Let's do something good" dire_shell "nim c special.nim" echo "Happy Nim!" task "success", "too big to fail": echo...

I don't have any binding in my .vimrc for ctrl+p and the only plugins I'm using are nimrod.vim and syntactic. AFAICS the cltr+p completion behaviour is the standard completion I've...