Niklas Begley

Results 14 issues of Niklas Begley

I'm writing a program that needs to translate the comrak AST into a different AST, that a WYSIWYG editor (prosemirror) understands, and back again. I was about to write some...

Hi folks. Thanks for maintaining this list! Do let me know if I missed anything here.

**Describe the bug** This is admittedly a bit of a niche bug, but I think I've figured out the root cause here. Basically, I was surprised to see that all...

bug

### Environment * Elixir & Erlang versions (elixir --version): * `Any` * ExAws version `mix deps |grep ex_aws`: * `2.3` * HTTP client version. IE for hackney do `mix deps...

Would it be possible to implement [Encoder](https://docs.rs/rustler/latest/rustler/types/trait.Encoder.html)/[Decoder](https://docs.rs/rustler/latest/rustler/types/trait.Decoder.html) for Rust's [Path](https://doc.rust-lang.org/std/path/struct.Path.html)/[Pathbuf](https://doc.rust-lang.org/std/path/struct.PathBuf.html) types? I'm currently working on a project where I own all the types in a complex struct, but because the...

I posted Dossier on the Rust subreddit, and user grunzl very helpfully pointed out that we could consider using https://github.com/github/stack-graphs and its tree-sitter integration for name resolution instead of rolling...

enhancement
question

Not everyone has a Rust environment and able to use `cargo install`. We should support other installation methods, such as: - Prebuilt binaries for Mac/Windows/Linux - Homebrew? - npm? [cargo-dist](https://github.com/axodotdev/cargo-dist)...

enhancement

https://tsdoc.org/ feels like the standard these days? Need to be able to parse the tsdoc comments, and annotate the entities mentioned.

good first issue
TypeScript

So far Dossier has taken a "panic when you see something weird" attitude. This has been great getting the project off the ground quickly, but it won't work going forward....

enhancement

Current CI/CD setup is very much "minimum viable CI". We should at minimum run tests on Mac + Windows + Linux.

enhancement