Noah Pederson

Results 18 issues of Noah Pederson

```diff diff --git a/test/cbor_gl_test.gleam b/test/cbor_gl_test.gleam index fc094f4..8645a9d 100644 --- a/test/cbor_gl_test.gleam +++ b/test/cbor_gl_test.gleam @@ -99,7 +99,9 @@ pub fn decode_byte_string_test() { >>) |> should.be_ok() |> should.equal( - #(, ), + #(,...

bug

SANS are allowed to contain more than just domain names and IP addresses. This PR adds the ability to specify email addresses and URIs in the Subject Alternate Name field...

Per the [neuron documentation](https://neuron.zettel.page/query.html#fast-querying), we can likely see significant performance improvements with large zettelkastens if we run `neuron gen` as a background/daemon process and use `--cached` on query commands. We...

enhancement

We're not interested in requiring a particular format/structure, but an autoformatter is a nice tool to have around. - [ ] Illicit feedback from maintainers and the community for sane...

enhancement
help wanted
discussion
backlog

I'd like to offer suggestions for auto-complete-like functionality and display a suggestion/hint in the text area using the "placeholder text" styling. I want to reuse the styling from the placeholder,...

I'm working on an application that uses multicast for efficiently sending large amounts of ephemeral data. A sanitized example of what I'm trying to attempt can be found [here](https://git.sr.ht/~chiefnoah/multicast-playground), but...

Fixes wrapping twitter/x links with the `{{twitter }}` macro on paste. This should also fix for quick-add, though I did not test it (I'm not set up for doing so)....

fix