genshii

↗ HN profile [ 71.2 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. 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…