Johnny
Johnny
## Bug description *Please describe.* This repo has a file with a path of length 191. Windows has a hard limit for path lengths: 255. That means we have less...
Would it be possible to set up a MySQL cluster such that some participants have read-only access, and others have full admin access to the database? The read-only participants would...
I've been porting some WGSL code like [like these](https://github.com/bevyengine/bevy/blob/main/assets/shaders/game_of_life.wgsl) into [rust](https://github.com/Bevy-Rust-GPU/example-workspace/pull/22#issuecomment-1796063937) and the documentation for actually writing shaders is very sparse: https://embarkstudios.github.io/rust-gpu/book/writing-shader-crates.html I only managed to get the above program...
**Describe the bug (__required__)** I'm seeing very slow restarts of the storaged containers after loading the cluster with all the data from the studio examples, total 500k vertex and edges....
**Is your feature request related to a problem? Please describe.** I'm finding situations where the `GROUP BY` clause requires active space, even when the base query does not require active...
In CQL, when the table Clustering Key is made of many columns, it's possible to make batch queries like this: ``` CREATE TABLE example_table ( a int, b int, c...
**Is your feature request related to a problem? Please describe.** When working with large networks (e.g. movie recommendation sample space) it's easy to write requests that load too much data...
**Is your feature request related to a problem? Please describe.** Even through Nebula Graph is configured with no database password, the login page is shown. Developers must login with `graphd...
Any existing or external bevy UI nodes dissapear from the screen after the plugin is in use, and if the camera leaves the starting cell. Example third-party UI: https://github.com/laundmo/bevy_screen_diagnostics After...
Has this been attempted to be used with 2 cameras with different render passes? Here are some use cases: [bevy split screen example](https://bevyengine.org/examples/3D%20Rendering/split-screen/) and [trackball + minimap](https://qu1x.dev/bevy_trackball/constellation_clamp.html). Adding 2 objects...