Paulo Cesar

Results 193 comments of Paulo Cesar

hey @taoeffect what break?

I usually follow semver, ESClass (the dependency) had deprecated non `$` since version 1.x (that was already being used in json-rpc2 long time ago). When changed dependency version to 2.x,...

need to implement a proper CHANGELOG and report every breaking change (end user and implementors)

hello @danielmihai, PRs are welcome! the JSON-RPC 2.0 has a clear way to do this, or it's a 'roll your own' solution, like the current user/password auth?

I think the second way is clearer, and it may pave the path to further authorizations with backwards compatibility

up to you :) I won't mind waiting for the whole thing

right now it's impossible to paste code blocks, ``` make the code disappear

there are a lot of markdown processors, it's just a matter of the owner implement them. (the github style markdown, with fenced blocks ```

skipping commas is something JS already has (inside destructuring and sparse arrays) would be nice to have as types. recently got struck by this problem with Redux Actions, it's really...

easy way to reproduce is to use a domain that can't be resolved, like `postgres://user:[email protected]:5432/postgres` with `node:18.16-alpine` image and the `binaryTargets = ["native"]` on ARM64. Works fine in any x64...