Francisco Noriega
Francisco Noriega
+1 to this. Although this PR should also address the `get` method, which is also expecting a JSON response (instead of bytes).
High priority to remove the panic, but not necessarily to fully implement REA-1933
This may be related to [https://linear.app/readyset/issue/REA-1933/support-postgres-numeric-with-full-allowed-precision](https://linear.app/readyset/issue/REA-1933/support-postgres-numeric-with-full-allowed-precision)
Making custom stores is pretty easy. Go to RpgStore folder, and look for customstores.yml. There, you can make a list like this: Bakery: '297': Sell Able: true Buy Able: true...
I saw further inconsistencies on the way we are using `BitVec` internally to handle bit values. When we create `Literal::BitVector(Vec)`, we get a `BitVec` that comes from parsing the `0`s...