ynfle
ynfle
Thanks again. Follow up to #5
``` $ nimble install inim --verbose Reading official package list Downloading https://github.com/inim-repl/INim using git Cloning latest tagged version: v0.6.1 Verifying dependencies for [email protected] Reading official package list Checking for cligen@>=...
```console [ 34%] Linking C shared library ../SDL_gpu/lib/SDL2_gpu.framework/SDL2_gpu Undefined symbols for architecture x86_64: "_SDL_GL_SwapBuffers", referenced from: _Flip in renderer_OpenGL_1_BASE.c.o _Flip in renderer_OpenGL_1.c.o _Flip in renderer_OpenGL_2.c.o _Flip in renderer_OpenGL_3.c.o _Flip in...
I would like to temporarily view the results on a Vercel deployment of my fork. How would I do that? The results don't seems to be updated after the benchmarks...
Is it possible to pass in a `DataFrame` that can be aligned/joined with the original `Dataframe` to allow for a list of values to group by? Thanks for you wonderful...
```nim import jester const cookies = { "a": "a", "b": "b", "c": "c", "d": "d", "e": "e", "f": "f" }.toTable proc myrouter(request: Request): Future[ResponseData] {.async.} = block route: for name,...
`forNode` is a post-order traversal while `forNodePos` is a pre-order traversal. Is that on purpose?
Is it possible to collect the `nnk` types that are valid for each of the generated procs and display them in the doc comments for documentation?