Matt Bishop

Results 78 comments of Matt Bishop

@mitar has a great point and maybe that's what the $ref idea earlier can solve for us.

Can you update the Typescript definition to include this please?

Postgres gives a syntax error if you try to run SELECT IN with an empty array: ```sql select * from generate_series(1, 5) i where i not in (); [42601] ERROR:...

About URL templates, [I have an opinion](https://level3.rest/design#url-templates-are-not-affordances).

Yes, it's rel + name I am looking for. follow() lets me specify the rel, but I don't see how to add in the name parameter for follow the rel...

I would like to join this discussion as well. My interest will be in how we can embed, refer to, or otherwise use a JSON schema to define the options....

👍 It doesn't import into ESM modules very well, need to do this: ```js import {iterate} from "iterare" import {IteratorWithOperators} from "iterare/lib/iterate.js" import {isIterable} from "iterare/lib/utils.js" ```

Is there a PR for this? I'd love to have this new type in msgpack-lite

I don't know of any but other lib authors will follow your lead. Have you done beta releases of Msgpack before? Might be a good way to get the feature...

+1 for this (or similar) change. I discovered that hard way that I have to manually examine a js number and either send it to msgpack as a Uint64 or...