Eugene

Results 26 comments of Eugene

Maybe `rtx install-standalone node@20 ~/.nodes/20`

I only briefly evaluated tracer as I'm doubling down on graphql, and can't really recommend any valuable resources. Decided not to use it in favour of project-specific hooks, and in...

@glensc This might be close https://node.green - rows are for "ESxxxx" features, and columns are for NodeJS versions. For example, `target: "es2018"` is expected to work on Node10+ which is...

@glensc Those declarations would be misleading because compatibility is not binary. ES releases include many features, but each JS engine/vendor chooses what to implement independently - so we get endless...

The case for updating `target` to e.g. `ES2017` is not so much about performance as it is about using the platform. Node natively can run `async` functions natively, but with...

I'm seeing this show up as failed PostgreSQL queries that contain an umlaut as a parameter, with a cryptic-looking error: ``` Unable to execute query: "invalid byte sequence for encoding...