-
since we are using new style format, it's possible to control how value are formatted with `__format__`
current `lazy` option is not necessary, we can add a `LazyValue` type, this make is possible …
-
Currently we have the following for the `DatabaseProof`, `DatabaseStateRoot`, etc. traits:
https://github.com/paradigmxyz/reth/blob/fe53ec5be98e4d7c49c4dce645b11dfc81e94587/crates/trie/db/src/proof.r…
-
### 🐛 Describe the bug
compilation of rrelu_with_noise with bfloat16 input does not capture noise mutation
### Error logs
_No response_
### Minified repro
```
def test_rrelu_noise_mutation(s…
-
### Issue Summary
The code generation process for structures containing a member shape that targets an [unnamed enum](https://smithy.io/1.0/spec/core/constraint-traits.html#enum-trait) mistakenly a…
-
Hi Thanks for this awesome project I have a problem when I try to train the model I get this error
`Traceback (most recent call last):
File "src/train_softmax.py", line 582, in
main(parse_…
-
A named function (ie, `x = fn ....`) should have a blank line after the `fn ...:`
FROM
```
x =
fn _:
blah blah blah
```
TO
```
x =
fn _:
blah blah blah
```
…
xarvh updated
2 weeks ago
-
I am seeing the following error while trying to use `fn` and `mut` to set a property inside of a conditional statement:
```
No overload matches this call.
Overload 1 of 9, '(update: Mut, value:…
-
```
In order to make the legend interactive, I suggest allowing the labelFormatter
function to return either txt or a jquery object.
Example use case: Clicks on a label in the legend to toggle that…
-
```
In order to make the legend interactive, I suggest allowing the labelFormatter
function to return either txt or a jquery object.
Example use case: Clicks on a label in the legend to toggle that…
-
The ability to apply pattern to new types(Tuple structs with only one data type)
```rust
#[derive(ToSchema)]
#[schema(pattern = r#"^([a-zA-Z0-9_\-]{3,32}$)"#)]
struct Username(String);
```
```ru…