Stephen Haberman
Stephen Haberman
@Electroid I just upgraded to bun 1.1, and it looks like this has been fixed!
Hi @td-krzysiek ! @timosaikkonen , per this ask, is it possible (or already exists?) to have a streaming version of `BinaryWriter`? Thanks!
Huh; kind of a lazy ask, but are you sure `interface Message { text: string }` doesn't match `Jsonfiable`? I didn't think that `interface Foo` vs. `type Foo` really mattered...
Hi @tresabhi , thanks for the PR! I've only scanned it, but it lgtm so far... Can you update the `integration/proto2/proto2-optionals-test.ts` test with some minimal changes (doesn't have to be...
@tresabhi looks great so far! Looks like maybe more of the `integration/*` test need updating, if you could take a look (sorry, GitHub makes me hit Run & Approve on...
No problem, thanks for the update!
Lol, no worries @tresabhi ! Fwiw driving my open source projects by "feature x/bug y/weird thing z is needed/happening in production" is how I do things as well. :-)
Wow, I'd been hitting this and was really stumped -- the resolution rule worked for me as well!
Hi @sefaphlvn ; it makes sense, including the comments would be a good idea! Iirc our comment handling code is pretty generic, i.e. once you find the `sourceInfo` for the...
Hi @sefaphlvn , sorry for the late reply -- as a very lazy ask, @n3rdyme helped build our initial comment generation back in 2020 :-D , n3rdryme, we couldn't add...