-
moving Ava's comment here:
> I know we've gotten feedback before about how there are a lot of datasets, and they wish there were a few we could get really familiar with. Any way we could cut down …
-
## 🐛 Bug
When optimizing a dataset, [`BinaryWriter.serialize()`](https://github.com/Lightning-AI/litdata/blob/main/src/litdata/streaming/writer.py#L167) will first flatten the sample dictionary and…
-
## Problem
Currently `InvRef` callback functions such as `on_metadata_inventory_put()` are not triggered when mod code calls any of the `InvRef` methods, eg. `add_item()`. Only when a player obje…
kab0u updated
2 years ago
-
Issue includes:
- [ ] Fix Mypy errors
- [ ] Fix grammar errors
- [ ] Add TODOs
- [ ] Set a consistent naming style in CSS files
- [ ] Consolidate identical functions into one. Create a fake use…
-
So I've been trying for a while to get a hint keybind that will essentially open the download prompt (`:download {hint-url}`) and then automatically `prompt-open-download`. If there's an pre-existing …
-
## TLDR
We should provide a "which_engine" message that lets plans know who is running them. This would let adaptive plans define their own predictable execution during introspection and summarizatio…
-
According to [Hasura documentation](https://hasura.io/docs/1.0/graphql/manual/schema/custom-functions.html#creating-exposing-sql-functions), only `SETOF ` is a valid return type for Hasura to be able …
-
Ccache currently has two test suites:
* `unittest`, a C++-based white-box suite which tests individual functions and classes.
* `test`, a bash-based black-box test suite which tests the ccache exe…
-
Both for testing and examples, it's going to be really convenient to have some sample data. I'm thinking that we could have both "real" data and synthetic data, where the "real" data are based off of …
-
**Describe the solution you'd like**
It would be nice if we could create an overlay or patch of assembly/pcode to replace a part of the program's assembly passed to the decompiler.
The main use …