Seungwoo Kang

Results 8 issues of Seungwoo Kang

On windows, with error 10053, a websocket instance sometimes deleted before post-ed/dispatch-ed asynchronous I/O events invocation, which makescompletion handler refer to dangled pointer 'this'. We can detect whether 'this' pointer...

Firsly, I really appreciate your amazing work. It literally changed my life :D. And apologies for my short English skills as I don't natively use it. --- The text below...

bug
feature

Expose a new setting `html-css-class-completion.CustomizedLanguages` to allow the use of `registerCompletionProvider` in the configuration file.

> Since this PR written from the changes not yet applied to master, file changes are a bit too verbose including non-PR changes. Actual change is only resides [this file](https://github.com/mozilla/cbindgen/blob/e782a43def0bfec955411b567b9d48feb2d9b96d/src/bindgen/language_backend/cdynamic.rs)...

I haven't been using this library for long, but it seems common in Rust code to connect symbols from GodotClass to signals of other script classes. For this, I end...

feature
c: core

Out of mere curiosity, I wonder if there's any possibility in the future to implement dependencies between GdExtension binaries written in different languages? Being relatively new to exploring this repository,...

feature
status: upstream

Running `cargo clippy` with `egui-probe` feature enabled complains style error. Adding `#![allow(clippy::collapsible_if)]` on top of each file resolves error. If it's okay with this, I'll create PR with it. Otherwise...

It'd be nice to `comment` feature is implemented. In Unreal Engine's blueprint editor, there are two comment types: - Comment panel => Visually groups multiple node with colored panel, has...