tempbottle

Results 9 issues of tempbottle

How to query a entity's component Set by a component value, not component type? Is ECS, such as shipyard, can handle this with high performance? Do this with Component Typed...

[https://github.com/roapi/roapi/blob/9377b7ccad1186b4b1a95b082f28ad15cbd9ab9d/columnq/src/table/database.rs#L44](https://github.com/roapi/roapi/blob/9377b7ccad1186b4b1a95b082f28ad15cbd9ab9d/columnq/src/table/database.rs#L44)

enhancement
help wanted

#### Describe your feature request Please describe the behavior you want and the motivation. Cassandra or scylladb support.

There are many good cassandra-driver and scylladb-driver in Rust ecosystem. This type of data query is very popular in data serving scenarios.

[upgrade bevy engine to 0.6](https://github.com/ropewalker/bevy_sokoban/commit/909a6d502d3b7e254aa4c1e6b19885674f924ebe)

## Description As title.

epic :checkered_flag:
feat :sparkler:

**Is your feature request related to a problem? Please describe.** Query external tables in pathway task exec. **Describe the solution you'd like** Solution like [datafusion](https://github.com/apache/datafusion), it support UDTF to query...

enhancement

There are many `unwrap()` in main/matchbox_socket/src/webrtc_socket/[wasm.rs, native.rs]. When I want to make connection status check and re-connect action, some .unwrap() make panic.