Johannes Kirschbauer

Results 43 issues of Johannes Kirschbauer

As in #472 #459 there is a clear architecture issue with how install scripts currently work. Steps to fix it: - Decouple dependency resolution from the top level package to...

enhancement
nodejs

### Summary & Motivation As described in #157, Nix doesn't allow additional leading 0's on floats. Adding additional leading zeros to numbers may even break them into two tokens. (TOKEN_INT...

### Error Tokens should be seen as something other than trivial. This means they are skipped during parsing but must be validated. Instead, handle them and fail during parsing. The...

Hey, As I started to work on [noogle.dev](https://noogle.dev), i started experimenting with type annotations in nix. Currently i am writing down my ideas here https://github.com/hsjobeki/nix-types I will have some short...

A-ty

### Add support for frontmatter ### Why frontmatter is needed (sometimes) Sometimes it is desireable to extend the content with meta information. Frontmatter is the de-facto standard of adding document...

Hey I am currently stuck with my problem: I have a library packaged with the help of node2nix. (using rollup & typescript) The Question: In a project using that library,...

https://noogle.dev/f/pkgs/fetchFromGitHub. See the wrong source location

bug

I really liked the idea to generate plain md from the semantic suggaring of mdx. But unfortunately when following the tutorial of your readme the following errors do occour; preventing...

https://github.com/DavHau/drv-parts/blob/38f59f9eb2dbcf9ad6b939ec47c005033445f13e/modules/drv-parts/builtins-derivation/interface.nix#L7 The actual interface of builtins.derivation ```hs builtins.derivation :: { name :: String; outputs :: [ output @ String ] ? [ "out" ]; builder :: String; system :: String;...

Its is currently very hard to take one module and re-use it in isolation. For example if you just wanted to take the 'plock2pdefs' module you also have to import...