-
### Description
We've implemented a macro similar to `@ObservationTracked` that swaps out a stored property for accessors that call down to some private storage. Much to my surprise, though, that p…
-
In the current solution you define extraction functions and pass the as an array in ```add_document```:
```rust
pub fn add_document (
&mut self,
field_accessors: &[FieldAccessor…
-
```python
G = GOES(satellite=16, product="GLM").latest()
G.FOV.full_disk
# OUT
# RuntimeError: error initializing 'FOV' accessor.
```
-
### Description
Source generated JSON deserialization fails with `JsonExtensionData` property using `init` accessor:
```cs
using System.Text.Json.Serialization;
using System.Text.Json;
string…
DL444 updated
1 month ago
-
### 🚀 The feature, motivation and pitch
moving from [slack discussion](https://pytorch.slack.com/archives/C3PDTEV8E/p1709153741504309)
How do I access full unsharded gradients under FSDP, these…
-
If https://github.com/yt-project/yt/pull/4732 goes in to yt, we can allow the `chunksizes` argument with stretched grids. Should just be a matter of deleting:
https://github.com/data-exp-lab/yt_xar…
-
Please add some info about when to use `MemoryMappedViewAccessor` or ~`MemoryMappedViewAccessor`~ `MemoryMappedViewStream` to read/write data to the memory-mapped file.
I'm interested in performance …
-
Currently to get the t-statistic and degrees of freedom from a `OneSampleTTest`, you need to do `OneSampleTTest(x).t` and `OneSampleTTest(x).df`, respectively. It seems to me that it would be nice to …
-
- data accessor methods
- [x] get
- [x] set
- [x] update
- [x] delete
- UI
- [x] flashcardManagerModal ?
-
**Describe the bug**
This isn't a bug per se, I might be doing something wrong with the library! When I am working on the file that has the datatable in it in VA Code, static typing with typescript…