griffi-gh

Results 29 issues of griffi-gh

**Describe the bug** Random crash 1 out of 4 times when spawning a thread with `thread::spawn` on X11 ``` [xcb] Unknown sequence number while processing queue [xcb] Most likely this...

bug

It happens on all 3 of my pcs Most likely caused by a keyboard layout issue

Broken

## Steps to reproduce 1) Open any login info screen 2) Press 'back' ### Expected behavior ### Actual behavior Crash ### Device & build information * Device: Xiaomi Mi Play...

defect

**Description** Setting event type of `rocket::response::stream::Event::json` with `.event(...)` causes the SSE event to never arrive **To Reproduce** Works: ```rust #[get("/chat/events")] pub async fn events(auth: Authentication, queue: &State, mut end: Shutdown)...

triage

### Summary `unnecessary_lazy_evaluations` gets triggered by a `FromForm` macro (`rocket` `0.5-rc.2`) ### Lint Name `unnecessary_lazy_evaluations` ### Reproducer ```rust #[derive(FromForm)] pub struct RegisterData

C-bug
I-false-positive

Currently only TCP support is provided

``` 2022-06-22T11:26:08.570096Z INFO bevy_eventwork::tcp: Message length: 131113 2022-06-22T11:26:08.570585Z INFO bevy_eventwork::tcp: Reading message into buffer 2022-06-22T11:26:08.571064Z INFO bevy_eventwork::tcp: Message read 2022-06-22T11:26:08.609159Z INFO bevy_eventwork::tcp: Message deserialized and sent to eventwork // (beeg...

directives like `#import bevy_pbr::mesh_vertex_output MeshVertexOutput` currently cause errors which is extremely annoying!

**Is your feature request related to a problem? Please describe.** I'm annoyed by a message that appears every time i boot my system **Describe the solution you'd like** Add a...