Edwin Cheng

Results 49 comments of Edwin Cheng

Sorry, Right now there are no simple way to do it. On Fri, 18 Jan 2019 at 15:12, alanpoon wrote: > How to create a custom imgui widget? > >...

Of course, you can use js! macro to get the html input element value. On Fri, 18 Jan 2019 at 16:59, alanpoon wrote: > can i overlay your game engine...

Upstream issue: https://github.com/microsoft/vscode/issues/73120

In my use case , I need this feature to work around wasm32 related issue: https://github.com/rust-lang/rust/issues/47643

Can it be wrapped in a function like this: ```rust fn f() -> ! { fn five() -> i32 { 5 } five() } ```

#7412 adds a new `readyPartial` in status notification : ```typescript export type Status = "loading" | "ready" | "readyPartial" | "invalid" | "needsReload"; ```

Maybe related : https://gitlab.gnome.org/GNOME/gtk/-/issues/6166

I see the same error above these days too: ```txt thread 'Worker' panicked at crates/hir-ty/src/diagnostics/match_check/pat_analysis.rs:407:21: internal error: entered unreachable code: Unexpected type for `Struct` constructor: AssocTypeId(5805) ``` After this error...

> I think that this occurs when opening certain file. Could you let me know which file or project triggers this if you're working on a public codebase? Sorry, it...