-
Hi all, My name is Manu and I'm the editor of the "Signing HTTP Signatures" (aka HTTP Signatures) spec at IETF. I just got back from IETF 98 in Chicago and there is interest in pushing this spec onto …
-
Firstly, thanks for this!
I wanted to use rust enums within my structs, so I prototyped what it would look like using the [strum](https://docs.rs/strum/0.15.0/strum/?search=) crate to implement the…
-
The sole field remaining in the base Stream class is a semaphore used to serlalize any Read/WriteAsync calls issued to run concurrently on the instance. This behavior is an holdover from the original…
-
## Motivation
From discussion on https://github.com/palantir/conjure-java/issues/134, it appears that the case sensitivity of Conjure enums is not defined precisely enough in the wire format spec. …
-
### Description
When curating a synthesized symbol into its parent symbol, it still gets included in the automatically generated "X Implementations" page. Since the synthesized symbol is being manual…
-
Quoting @ItsDoot in https://github.com/bevyengine/bevy/issues/15657:
> ## How can Bevy's documentation be improved?
>
> We should more clearly and directly recommend that developers write their …
BD103 updated
2 weeks ago
-
# `any`, `Arbitrary` and `Invariant`
* [x] The current implementation of `Invariant` is basically inviting undefined behavior. For instance, an invariant like "this enum must match one of its varia…
-
For widgets like tabs, there are explicit ARIA roles which have been well-supported for quite some time: https://www.deque.com/blog/a11y-support-series-part-1-aria-tab-panel-accessibility/
So it wo…
-
How much of a pain would it be to try to implement Realized GARCH models, or should that go in a different package? My gut feelings suggest that they are *just* different enough that it would be a pai…
-
Hi,
i have a framework which covers Fiat and Crypto balances. Would it be possible to have a parameter which allowed you do edit the precision of the decimal? Some cryptos have 8 decimals and some 3,…
b0y2k updated
4 years ago