protobuf-javascript icon indicating copy to clipboard operation
protobuf-javascript copied to clipboard

Results 75 protobuf-javascript issues
Sort by recently updated
recently updated
newest added

**What language does this apply to?** javascript **Describe the problem you are trying to solve.** With an `int64` message field, one could annotate it with the option `[jstype=JS_STRING]`, but what...

bug
javascript
triaged

**What version of protobuf and what language are you using?** Version: v3.6.1 Language: Javascript **What operating system (Linux, Windows, ...) and version?** Ubuntu 20.04, x86_64 **What runtime / compiler are...

enhancement
good first issue
javascript
triaged

**What version of protobuf and what language are you using?** Version: master/v3.18 Language: Javascript **What operating system (Linux, Windows, ...) and version?** Linux **What runtime / compiler are you using...

bug
javascript
P3
triaged

There are multiple issues with commonjs and commonjs_strict exports. ### import_style="commonjs" Polutes the global "proto" which introduces many unexpected bugs during runtime (this is our current problem we've been dealing...

In the latest version, `3.21.4`, the `Timestamp.toObject()` function isn't working correctly. Previously it would return the timestamp as an object with keys for `seconds` and `milliseconds`. However now it is...

question