Vladislav Nezhutin

Results 8 issues of Vladislav Nezhutin

populated_places has `Utqiaġvik` in nameascii property

``` $ deno --version deno 1.42.4 (release, x86_64-unknown-linux-gnu) v8 12.3.219.9 typescript 5.4.3 ``` ```js // $ cat example.js const err = Error('boom', { cause: { code: 100500, }, }); console.log(err);...

.endLsn of PrimaryKeepaliveMessage is greater than XLogData messages lsn. This causes replication slot moved to position before XLogData messages actually consumed https://github.com/kagis/pgwire/blob/12826adc830fbb2a501d8b605d5d249441aab90d/mod.js#L1611

```sql select to_json(int8(9007199254740991 + 1)) ``` JSON.parse parses all numbers as 53bit integers . When number is too big then JSON.parse silently loose precision what is not safe. Need to...

- [x] array text - [x] array bin - [ ] range text - [ ] range bin

enhancement

implement connection pooling for pool.session accessor. Currently it creates new connection per call

Version: Deno 1.40.4 ``` $ docker run -it --rm denoland/deno:alpine-1.40.4 sh / # deno --version deno 1.40.4 (release, x86_64-unknown-linux-gnu) v8 12.1.285.6 typescript 5.3.3 / # / # deno eval --unstable-ffi...

bug