Koiro

Results 6 issues of Koiro

When I query a database whose pages contain not empty Files property, this error occurs. ```` JsonParseError { source: Error("missing field `url`", line: 0, column: 0) } ```` Source: ````...

## Bevy version 0.13.2 ## Content I want gizmos lines draw behind 2d sprites. I tried `Gizmos#line()` with big negative z value and tried to change `GizmosConfig#depth_bias` to -1.0. Neither...

C-Bug
A-Rendering
A-Gizmos

Thanks for your work, gln is really convenient. I'm migrating my project to gln and I encountered some problems without clue. Is there any example or some projects using gln?

### Check for existing issues - [X] Completed ### Describe the feature Some improvement points I found of zed rust syntax highlighting are below. ## lifetime Color rust lifetime. Zed...

enhancement
rust
language

``` Caused by: In a RenderPass note: encoder = `main_opaque_pass_3d_command_encoder` In a set_viewport command Viewport has invalid rect Rect { x: 1501.0, y: 48.0, w: 5998.0, h: 7951.0 }; origin...

Code: ``` rust use std::fs::File; use unreal_asset::{Asset, engine_version::EngineVersion}; fn main() { let file = File::open("test_files/NewWorld.umap").unwrap(); let asset = Asset::new(&file, None, EngineVersion::VER_UE4_27).unwrap(); //