Nixfreak
Nixfreak
Hello, I am trying to create wrappers for efl libaries starting with Elementary https://git.enlightenment.org/enlightenment/efl/src/branch/master/src/lib/elementary The only problem I am having is that when I want to wrap Elementary.h there is...
I think nimlings is great , just wondering if there are any more new exercises?
""" nim c -r dbConnect.nim Hint: used config file '/home/nixfreak/.choosenim/toolchains/nim-1.6.6/config/nim.cfg' [Conf] Hint: used config file '/home/nixfreak/.choosenim/toolchains/nim-1.6.6/config/config.nims' [Conf] ................................................................................. /home/nixfreak/.choosenim/toolchains/nim-1.6.6/lib/impure/db_sqlite.nim(184, 1) Warning: Circular dependency detected. `codeReordering` pragma may not be able...
How would I select * from table using postgres? By reading the code I was able to actually get the select statements to work using $1 Anyway you can add...
**Describe the bug** Compile time error , trying to compile a nodesnim sample "hello, world". Compile time error: "unifont.ttf"; this will become a compile time error in the future [CStringConv]...
I rather not use the bindings for godot , even though they work pretty well. I know no one is creating docs for rod , but if someone could maybe...
### Official FAQ - [X] I have checked the official FAQ. ### Ventoy Version 1.0.88 ### What about latest release Yes. I have tried the latest release, but the bug...
## Summary * Update readme.md to reflect how to build all nimskull docs. * Help the user(s) to be able to view docs offline? ## Details * info that couldn't...
When running `nim secret` the default compiler is backendC and should be backendVm. ## Summary * what changed and how? Added logic to compilation environment to disable ```backendC``` when calling...
Trying to re-create tempConvert.c using niup library I get errors trying to SetAtrribute `ot but expected one of: proc SetAttribute(ih: PIhandle; name: cstring; value: cstring) first type mismatch at position:...