Dominik Picheta

Results 547 comments of Dominik Picheta

Please resolve conflicts.

It seems that this image is still in this PR.

Also, I think it would be great if you put these convenience procs into a separate module.

Yeah, this is a bug. Seems like simply picking the minimal version might help, but would need to take a look at the code again to know.

> Frankly, I think the current behaviour of nim(ble) with considering the local packages to be in path of every compiled project doesn't make sense - a package should only...

Hah. I see you guys have reached the same conclusions, so can't we close this issue?

oh right, cause ``nake`` is a binary that performs some magic. Why not just create a `nake` task in Nimble? :) ``` task "nake", "runs a nakefile": exec "nimble c...

There is a concept of "foreign dependencies" in Nimble: https://github.com/nim-lang/nimble#external-dependencies. And these are actually runtime dependencies.

You might be able to write a gtkbuilder wrapper rather quickly.