Felix Krause

Results 9 issues of Felix Krause

``` var a = "" b = 0 strong(a) # fails strong($b) # also fails ```

bug

Nim's JavaScript backend is currently not supported because it doesn't support first-class iterators. Since it is unlikely that this will change in the near future, to support the backend, `fastparse.nim`...

enhancement

This mainly boils down to „properly generate tags for custom generic types“. So that, for example, `Container[Container[string]]` gets a tag `!nim:custom:Container(nim:custom:Container(tag:yaml.org,2002:string))`. Currently blocked by nim-lang/Nim#4832

YAML 1.2 requires UTF-16 and UTF-32 support. Currently, only UTF-8 is processed.

enhancement

When I click on a `go.mod` file, Nova opens a dysfunctional video player interface instead of an editor. Since this extension provides a syntax for `go.mod` files, I assume that...

help wanted
good first issue
blocked by upstream

If the Nim executable is not found, no error message pops up. I need to open the Developer Tools to view the error and a stacktrace: ``` Error: ENOENT: no...

Release 0.2.1 does not contain the file `yamlConfig.cmake.in`. This is required for the CMake build. I'm unsure how the release is built and whether this has already been fixed for...

```nim import yaml type Node = ref object name1: string = "A" name2: string = "B" static: echo Dumper().dump(Node()) ``` Compiler output: Error: unhandled exception: field 'sym' is not accessible...

I don't have a working docker setup to test this due to being on M1, but NimYAML didn't drop support for the Nim version used in the current docker image...