Kimmy
Kimmy
Nim (formerly nimrod) is a compiled systems language with type inference, macros, and memory safety. It's becoming more common. Nitter for example uses it. This patch adds tree-sitter support from...
hii! thanks for your hard work! is it possible to release the trained binsformer model for KITTI? I see the config, but there are only NYU `.pth` files released for...
On MacOS Sonoma 14.2.1 with an M1 Macbook Pro (arm64) and Xcode 15.3, the `automerge-c` library fails to link. ``` $ cmake -S automerge-c -B automerge-c/build -- The C compiler...
What am I doing wrong? ``` $ pok push http://arxiv.org/pdf/1601.08188v1 "Lipreading with LSTM" Usage: pok (ls | list) [COUNT] pok (sh | search) pok (t | tag) pok (fav |...
Joblib's default behavior is to delete all of the cached results of a function when its source code or line number changes. Further, two identical functions that appear in different...
### Description * **Nim version**: v2.0.2, _arm64-native version_ * **OS**: MacOS Sonoma 14.2.1 Inside `proc [][Idx, T](a: var array[Idx, T]; i: BackwardsIndex): var T`, codegen contains an unitialized variable. In...
hii! i'm struggling to use this library for some image processing and palette mapping tasks. I've found that transforming to oklab and back significantly brightens and desaturates colors. ```nim import...
This is the root cause of #41. Running `nimble install chroma` gets commit b2e71179174e040884ebf6a16cbac711c84620b9, which is two years old. ``` $ nimble install chroma Downloading https://github.com/treeform/chroma using git Verifying dependencies...
hi! my colleagues and I are putting together a dataset full of encoded depth maps. These need to be encoded with way more bits than default image data loaders can...