genshii

↗ HN profile [ 79.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey all, I just released v2.0.0 of FilterQL, a query language and TypeScript library. This version adds support for Operations, which allow you to transform the data after filtering. If you think this would be useful in…

  2. Hey all, I just released v1.0.0 of my error handling library ts-error-tuple (https://github.com/adamhl8/ts-error-tuple). Now you can add arbitrary context data to your errors. If prefer the error handling approach where…

  3. I've been writing a lot more Golang recently, and I've come to really appreciate how it does error handling. While many libraries exist that mimic Rust's `Result`, I haven't seen any in this style. I think this…