Stephen Haberman
Stephen Haberman
Having interfaces called `Interface` and classes called `Class` is weird to me, but for sure +1 for per-file either way. E.g. not a huge fan of `extends Class` in: ```...
Not a huge fan of "+1" comments, but I'll commit the faux pax anyway to note that I'm surprised the "new line solely for lambda variable declaration" is not seen...
:tada: This issue has been resolved in version 1.130.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/ts-proto/v/1.130.0) - [GitHub release](https://github.com/stephenh/ts-proto/releases/tag/v1.130.0) - `v1.130.0` Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
@scott-lc yeah, would be great if you wanted to pick this up; just scanning the PR, I think the issues would be to: a) See the PR comment about running...
Hey @Sermelyan ; yeah, I think `BigInt`s would make sense. For the encoder/decoder, no I think that's probably out-of-scope for ts-proto and I'd poke around at using like the grpc...
This was just fixed in #686 and will be in a release soon; thanks @moznion !
I know pings are annoying @dcodeIO / @alexander-fenster / @gitjuba but FWIW I'm the maintainer of ts-proto, and have pre-reviewed / :+1: this super-small patch. We'd like to see this...
Hi @julien-sarazin , apologies for the delay, I only have the opportunity to triage ts-proto issues every few weeks or so. I think you are right, we don't create a...
Huh! That is really odd... I set a breakpoint in the current `Timestamp.fromObject` code, and it's getting called from this call path: ``` (function anonymous(types,util ) { return function Hero$fromObject(d){...
Hi @julien-sarazin ; finally got a chance to take a look at this. Thank you for putting together this repro/initial PR! With this example, it looks like this issue is...