skydig

Results 24 issues of skydig

error[E0432]: unresolved imports `eframe::epi::Image`, `eframe::epi::TextureAllocator` --> app\src\resources\icon.rs:4:11 | 4 | epi::{Image, TextureAllocator}, | ^^^^^ ^^^^^^^^^^^^^^^^ no `TextureAllocator` in the root | | | no `Image` in the root error[E0432]: unresolved...

the embed-resource example crash as following, other application with input control has same issue. ![image](https://user-images.githubusercontent.com/27293515/144415329-b2cd3260-7058-434e-b951-1df4340edb4f.png)

virtual link feature for ipv6 is not implemented, right? is there any reason without this implementation? thanks.

08>08.exe 2020/09/17 12:00:12 Unhandled sciter event case: 32768 panic: Unhandled sciter event case: 32768 goroutine 1 [running]: log.Panic(0xc000073c60, 0x2, 0x2) c:/go/src/log/log.go:351 +0xb3 github.com/sciter-sdk/go-sciter.goElementEventProc(0x0, 0x0, 0x8000, 0xb7f5d0, 0x38) C:/Users/ssyp/go-sciter/vendor/github.com/sciter-sdk/go-sciter/sciter.go:1468 +0x300 github.com/sciter-sdk/go-sciter._cgoexpwrap_29ac64e236ed_goElementEventProc(0x0,...

/usr/local/include/sciter-om-def.h:22:34: error: must use 'struct' tag to refer to type 'som_asset_t' typedef BOOL(*som_prop_getter_t)(som_asset_t* thing, SOM_VALUE* p_value); ^ struct /usr/local/include/sciter-om-def.h:23:34: error: must use 'struct' tag to refer to type 'som_asset_t' typedef...

bug

\gettext-rs-0.7.0\src/lib.rs:382: undefined reference to `wbindtextdomain' it's gettext issue?

see the attached picture I captured on windows OS [blur.zip](https://github.com/not-fl3/egui-miniquad/files/9503182/blur.zip)

when press ctrl + A, following is reported(don't understant \u{1a} means) on windows 10 OS character='\u{1a}' _keymods _repeat=KeyMods { shift: false, ctrl: true, alt: false, logo: false } false when...

I found two kinds of mouse pointer overlaped and blink one after another when the mouse point to for example, textarea, conner of one egui window on ubuntu linux. how...

is there way to know event is consumed by egui just like what has done for egui-glium? very thanks egui-glium code: let event_response = egui_glium.on_event(&event); // if event_response's consumed is...