yhack
yhack
@ryzhyk, gotcha, I guess I took "dev" in the URL too literally. Taking a closer look at your [slight customization](https://github.com/ddlog-dev/timely-dataflow/commit/5b999d00949fe39689b1c334347d061d1f185318), I see your comment > Ideally, we would like an...
+1 on this improvement. I tried to extend WWWAuthenticate to support the bearer challenge but it was not straightforward to plug in restrictions on character ranges as defined in https://datatracker.ietf.org/doc/html/rfc6750#section-3....
I'm quite surprised this crippling bug is still here four years later. Attempting workaround by putting a version number in the payload application side and using an ES pipeline to...
Linux installer also requires GPL acceptance, which is odd given the repository has MIT license.
I can confirm this issue is present in openapi-spec-validator 0.5.1. I rolled back to 0.3.3 for now.
Running on WSL2 in Windows 11, it worked for several prompts then hit this error.
@anjanvb cykhash requires a compiler, gcc. If you pip install it on a machine with gcc it should work. But Poetry still has trouble with cykhash due to lack of...
@handrews I'm working on getting you an example I can share. In the meantime, I'll build on your example. The use case occurs when interdependent data is nested in different...
Here's an example. Suppose we have the following JSON document describing a birthday party: ``` { "guests": ["John", "Sam"], "dessert": "cake" } ``` We might validate guests and desserts as...
> do you have an example that isn't validating the consistency of the data? You hit the nail on the head. The point of this proposal is to validate data...