PgBiel
PgBiel
Would be nice to avoid the problem found at #197 due to CI not being reproducible (it always pulls the latest CSL styles etc.). An alternative would be to pin...
Should help people use the appropriate labels and formats for issues.
Typst 0.12 will bring fixed-point decimals, they should be supported by oxifmt and behave exactly like floats.
Allow users to quickly compile some Gleam code to Nix. Inspiration: https://github.com/gleam-lang/playground
Would allow us to not depend on nixpkgs' Rust version, paving the way to allowing downstream users to override our nixpkgs version freely.
Closes #18 Test most (if not all) functions exported by the Nix prelude. TODO: - [ ] Fix bugs found
Adding `@external(nix, "./file.nix", "function_name")` in any file within a subdirectory of `src/` won't work. This is due to upstream https://github.com/gleam-lang/gleam/issues/1562 .
Added to JS target recently through upstream at https://github.com/gleam-lang/gleam/pull/3293
Added to JS target through upstream https://github.com/gleam-lang/gleam/pull/3441