Niklas Saari

Results 60 comments of Niklas Saari

I am currently trying to decide the project where I could implement C/OER encoding, since none supports it at the moment. This one and the above asn1rs are my choices,...

> An OER implementation is definitely welcome, and I would be willing to mentor you through adding it to rasn. We can open a separate issue to discuss it further...

Even if the usage of binding would not be possible, would it make sense to design compiler modular so, that it could be merged to `rasn`? There is always a...

Seems like some constraints were added as part of APER/UPER encoding. Is it possible to include some sort of documentation? I have been reading the code and I am not...

I wonder if this issue is relevant anymore and can be closed? There is pretty good support now. BER does not use it yet, but there is another issue for...

Hey, about the Pelican. Do you mean metadata which is often called as front matter? For example, https://docs.zettlr.com/en/core/yaml-frontmatter/ Pelican seems to use simplified `yaml` in Markdowns and `.rst` file otherwise....

The front matter or metadata are those key-value pairs you can see in the beginning of the Pelican example README file. The code made an example implementation for doing that....

This is a great suggestion. The API should be redesigned and "write_to_file" is a bit clunky approach. I don't remember the exact benefits anymore. However, I am a bit busy...

For conditional full backtrace, I was thinking either direct `--cfg` flags for compiler or `env` variables ( like `RUST_LIB_BACKTRACE` or `RUST_BACKTRACE`), since it is mostly useful for developers which relies...

> Hi, > Need a no_std COER impl here, willing to help. I started some parts of OER on another crate but nothing working yet. > I can test against...