-
This (on `main`) looks wrong to me:
```python
In [1]: import xarray as xr
In [2]: ds = xr.Dataset({'a': ('x', [0, 1])})
In [3]: ds
Out[3]:
Size: 16B
Dimensions: (x: 2)
Dimensions with…
-
@burrbull
All of [HRTIM_MASTER's registers](https://docs.rs/stm32g4-staging/0.18.0/stm32g4_staging/stm32g474/hrtim_master/index.html) are prefixed with an `m` while some of the [other timers regist…
-
```nim
type
Payload = object
something: int
vals: ptr UncheckedArray[int]
var x: Payload
var vals = [1,2,3]
x.vals = cast[ptr UncheckedArray[int]](addr vals)
x.vals[0] = 42
echo(…
dom96 updated
7 months ago
-
### Bug summary
I expect a request to`/flows/paginate` to return a (potentially empty) array of Flows.`Flow` inherits from `IDBaseModel` which uses a `default_factory` to assign UUIDs on _write_, so …
-
**Describe the bug**
Can not print `TogetherException` if is contains non-json objects.
**Screenshots**
```
File "/Users/user/git/work/ira/project/server/llm/utils.py", line 36, in llm_call
…
-
**Description**
when using pynput listener , the key returned by the callback for the key , has its value set to ' ' whereas other keys use the PS/2 keycode instead (for the keys that have the valu…
-
It it might eventually be useful to be able to ‘constrain’ representation types using something like `Format { Repr = ... }`
(this popped up in other approaches to figuring out the font tables).
T…
-
oxc-project/oxc#4614 made all AST types `#[repr(C)]`. To complete the work of making everything about the AST's in-memory representation predictable and guaranteed, we need to add explicit discriminan…
-
The following mode has problems (ignoring the glaring obvious issues with memory cleanup):
` yaep_set_one_parse_flag(g,0);
` yaep_set_cost_flag(g,1);
The attached code yields:
> Translati…
-
Currently it looks like pod/zeroable structs do not support having enum fields in them, is this correct? As the derive macros for `Pod` and `Zeroable` doesn't support enums.
Such as:
```rust
#[…
repi updated
2 months ago