Gajus Kuizinas

Results 749 comments of Gajus Kuizinas
trafficstars

Just in case, our use case requires converting between ISO 639-1, ISO 639-2/T, ISO 639-2/B and ISO 639-3. It would be nice if this library supported all of the above.

Here is a bounty if anyone is interested https://www.bountysource.com/issues/51984001-add-ability-to-parse-parameters-containing-quotes

> See kach/nearley#329 (comment). Can you contribute the actual patch, please?

Just for my curiosity, any reason for not considering [Turbowatch](https://github.com/gajus/turbowatch/)? Mentioned in the original thread https://github.com/vitejs/vite/issues/12495#issuecomment-1602091976 It uses `fs.watch` under the hood by default and otherwise fallsback to other mechanisms,...

That + it is very easy to add custom backends. Here is an example [chokidar backend](https://github.com/gajus/turbowatch/blob/main/src/backends/ChokidarWatcher.ts). The [default backend](https://github.com/gajus/turbowatch/blob/main/src/backends/TurboWatcher.ts) basically checks if `fs.watch` can be used, and if it can,...

@bluwy If compatibility with `chokidar` is desirable, what was the reason for not considering [Turbowatch](https://github.com/gajus/turbowatch)? We've been using it now for ~7 months without an issue.

Interesting. Was not even aware of the package size. If `zx` gets [updated](https://github.com/google/zx/issues/687) (or if it is made a peer dependency), the size drops to 10MB. Removing of the other...

This is a feature https://github.com/gajus/slonik-sql-tag-raw#named-parameters What's the issue?

Oh I see. I am not even sure what's the solution to this without parsing the SQL.

We can evaluate @taozhi8833998's https://github.com/taozhi8833998/node-sql-parser