-
https://github.com/lancedb/lancedb/blob/0cba0f4f92d9bf19d705000fa34ba71f3ee476ae/python/lancedb/table.py#L791
Utility like this is useful during input sanitation in every language SDKs. We should p…
-
There is no activity indicator on chat overview, making it difficult to figure out which ones are unread.
Even just a dot would be a good start.
![Image](https://user-images.githubusercontent.com/…
-
When writing JS code, I need to poll transaction status manually, and it would be nice to have a helper method in the SDK for that, similar to rs rpc client's [send_transaction_polling](https://github…
-
I am trying to turn my pyqt5 application into a flatpak but when i run `flatpak-builder ` I get the error `ModuleNotFoundError: No module named 'maturin'` when installing the OpenAI module.
If it…
-
Hello!
Is this repository accepting community PRs? If so, please consider adding a CONTRIBUTING.md file or instructions in the README to guide community members toward making fruitful contributions…
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I am compiling a project with cross f…
-
I'm sorry, I couldn't find anywhere else to submit this request.
-
This is a brainstorm on how to introduce types to events.
In Tendermint, events are simply a name (`type`) plus a list of key-value pairs (`attributes`):
```typescript
type TmEvent = {
type:…
-
When someone commits a single .rs file it doesn't have any *pkg* or *refs* sections because:
* `use` statements are not parsed due to their complexity
* `Cargo.toml` is not part of the commit
For…
-
I checked the usage of Iceberg on the Internet and only found Java API and Python API. If I were to query Iceberg data in C++, would I have to write my own code to parse Iceberg files?
Thanks!