Felix Krause

Results 56 comments of Felix Krause

@trans I don't think that it's overlooked. The whole idea of having programming language independent tags never really took off, because YAML is being used more for serialization/deserialization within the...

@narimiran Sorry I didn't see this mention, guess I clicked a wrong button by accident somewhere. Basically what @metagn said. I have never had a user complaining about this for...

@narimiran This dataset is unsound. Your `yaml` package contains the outdated information, but the `nimyaml` package has been made an alias for `yaml` after `yaml` has been updated to point...

Can confirm @fwg's solution works. Here's how to get a Nix `zig` package containing the additional file: ```nix zig = zig-overlay.packages.${system}."0.9.0".overrideAttrs (old: { installPhase = let armFeatures = builtins.fetchurl {...

I'm afraid I have decided to stop maintaining OpenGLAda. This is my only active Ada project and I am not using it for anything, hence keeping up with the language...

You're welcome, both of you, and thanks for your contributions!

Note: As long as [std/encodings](https://nim-lang.org/docs/encodings.html) says that > Warning: UTF-16BE and UTF-32 conversions are not supported on Windows. this can't be fully implemented unless NimYAML implements its own encoding conversion,...

This use-case has now been implemented via ```nim import yaml / [serialization, dom] let input = """ anchors: - &myAnchor id: anchor items: - *myAnchor """ type Main {.ignore: ["anchors"].}...

I'm afraid I have decided to stop maintaining OpenGLAda. This is my only active Ada project and I am not using it for anything, hence keeping up with the language...