Results 591 comments of Stephen Haberman

Hi @noctuid , thanks for the script suggestion! I ended up using this to implement the toggle behavior I was looking for: ```bash #!/bin/bash # Get active window info window_info=$(hyprctl...

Thanks for the PR! Just to make the Github infra happier, can you use `fix:` or `feat:` or what not, from the semantic-release tool we use: https://semantic-release.gitbook.io/semantic-release#commit-message-format And then put...

Hi @oliveryasuna ; do you mean the types that ts-proto generates, like `type MyMessage`, or the types ts-proto uses internally, like some of the code/types used in `src/main.ts`?

Hi @oliveryasuna ; just checking, but what do you mean by isolated builds? Initially I would have guessed that we should just have `index.ts` output the type registry, if both...

Ah yeah; you're right that it's a change in behavior, but dunno, personally I don't think a new symbol being exported from `index.ts` is a breaking change (vs. a previously-exported...

Hi @RiaPrakash ! Wow, it's surprising no one has noticed this/reported this bug sooner. This _might_ be an easy bug fix; here is where we generate enums: https://github.com/stephenh/ts-proto/blob/main/src/visit.ts#L38 And right...

Hi @kasir-barati ! I don't think there is a reason that we don't have a `export const fileName`, other than no one has asked for it. Maybe there is a...

Amazing, thank you @timostamm !

Awesome! Thanks for the update @timostamm !

This is amazing, as usual, @timostamm , thank you for the bump to the latest! I merged this to `main`, with a semantic-release change to hopefully push it out as...