Leonhard Markert
Leonhard Markert
Here is the stack trace I'm getting. ``` Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/graphql/type/definition.py", line 735, in fields fields = resolve_thunk(self._fields) File "/usr/local/lib/python3.9/site-packages/graphql/type/definition.py", line 264, in resolve_thunk return thunk()...
In version 1.2.0 (released yesterday), we decided not to attempt to give stronger guarantees for floating point numbers. This decision was taken after a long discussion, see the summary here:...
I don't really understand how `kubernetes.proto` was generated given that `openapi2proto` previously failed on `kubernetes.json`. So I'm not sure how valid it is to update `kubernetes.proto` here.
Feedback welcome. Ping @jprobinson @lestrrat (you commented on #82 and seem to have some context on this).
@jprobinson and @lestrrat seem to have moved on from NYT. @JustinFullerNYT, do you have enough context on this project to provide feedback on this draft PR?
I'm looking into this in the context of #128. https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03 states in section 3: ``` A JSON Reference is a JSON object, which contains a member named "$ref", which has...
I don't claim to fully understand @Zemyla's code, but my impression is that it is based on ideas similar to http://allendowney.com/research/rand/ -- the `countLeadingZeros` here can be used to read...
https://github.com/idontgetoutmuch/random/issues/7 is closely related in the sense that `split` is also a method that some PRNGs support and some don't. Introducing an extra class for `split` was something we considered...
> I think any PRNG with a fast (O(log n)) `skip` could be `split`table. You generate a large random number, then `skip` one of the PRNGs by that much. You...
`lorri shell` does not currently support `--pure`. I'm not sure at the moment how difficult it would be to add it.