genotrance

Results 49 issues of genotrance

- Category - [x] fzf binary - [ ] fzf-tmux script - [ ] Key bindings - [ ] Completion - [ ] Vim - [ ] Neovim - [...

Per discussion in https://github.com/nim-lang/nightlies/commit/2f7c65c10979c954a1f6cc26d86e0eca73f7c594#commitcomment-32539202, use windeps.zip instead of dlls.tar.gz.

Considering csources is now locked, do you think we can build csources just once and maintain it in `~/.choosenim/toolchains`, and anytime we need to bootstrap, we can simply copy over...

Feature
Low Priority

Const name is only known at compile time. Need a way to refer to content at runtime without having to extract or hard-code const name.

Using the Nim documentation as an example, check out [this](https://nim-lang.org/docs/threads.html) link. You can see that every method, variable or constant has a link directly to the source code in github.com....

docs/improvement

Referring to issues https://github.com/curl/curl/issues/2431 and https://github.com/jeroen/curl/issues/146 which was fixed a few [years](https://github.com/jeroen/curl/issues/146#issuecomment-476216584) ago. ### I did this ```bash # curl --proxy proxy:80 --proxy-any --proxy-user : --verbose --data 12345 http://httpbin.org/post *...

connecting & proxies
authentication

Support for additional C constructs: - [x] Variables - regular and arrays (proc vars are already supported) - [ ] `{.size.}` pragma where appropriate - [ ] `cstringArray` in place...

Useful when you have when you want to save/forward regex between procs or serialize.

Change the calling convention of nimgen to cdecl by default, maybe with a ```nim when defined(vcc): {.push callingConvention: stdcall.} else: {.push callingConvention: cdecl.}```

Per feedback from @mratsim, need to cache the generated nim files on github for perusal, looking at diffs, etc. Could create a `cache` directory and copy all nim files there...