nayr7

Results 5 issues of nayr7

## Features This pull request enables Nix and NixOS support via nix flakes - Added a flake.nix for flake enabled systems. - Added a default.nix for non-flake systems. ## Important...

Hello! This is a very nice tool for C interop, unfortunately while wrapping `libvips`, I tried to make futhark generate nep1 compliant symbols using `rename` and `renameCallback` but capitalizing anything...

Consider the following snippets: ### Example 1: ```nim ## objects.nim proc newMessage*(data: JsonNode): Message = result = data.`$`.fromJson(Message) # or ... proc `[]=`(obj: ref object, fld: string, val: JsonNode) =...

enhancement
postponed

# Abstract This issue is to serve as a tracking list for issues related to the new `helpers` feature (bugs, library api, implementation details, ...). ## Description Each individual helpers...

bug
enhancement

## implementation fixes Some helpers were preventing code to compile because of bad implementation causing compiler errors. Those were fixed in this PR. ## template renaming Some helpers have been...

enhancement
todo