Beyley Cardellio

Results 87 issues of Beyley Cardellio

## Description Upon attempting to parse the C header for azul with clang, it fails with various errors ## Version / OS * azul version: master commit a1f9c526d4a2dfb79770717f7a63539e22f18a40 * Operating...

bug

Is it possible to use DLLImport to call into native libraries? ex. ```cs [DllImport("glfw")] static extern int glfwInit(); ... glfwInit(); ``` Upon attempting to do it this way causes an...

Is it possible to get host OS information? Specifically to be able to get this check to work properly https://github.com/dotnet/Silk.NET/blob/23f9bd4d67ad21c69fbd69cc38a62fb2c0ec3927/src/Core/Silk.NET.Core/Loader/SearchPathContainer.cs#L20 (also is it possible to get specifically whether this is...

Previously lutgen used _stricmp always, even on non-windows. Now we alias it to strcasecmp if _stricmp is missing And sanity's POSIX codepath previously was - trying to derefere a non-pointer...

Add bindings to PIX event runtime. ### Discussed in https://github.com/dotnet/Silk.NET/discussions/1904 Originally posted by **Syncaidius** January 20, 2024 Apologies if this has already been asked or implemented, but I could not...

enhancement
feature
area-Win32

# Summary Window.FocusChanged is raised to `true` on window startup on linux, but not on windows, on windows the event is not called to true until you deselect then select...

bug
area-Windowing
upstream

### Describe the feature I'd like to be able to pick block an item, and have it pull the item from my wireless terminal, eg. I have polished andesite in...

feature

**Describe the bug** Sometimes when a computer starts up, writing to the projector's FB will cause a segfault, sometimes restarting the VM fixes it inconsistently, and sometimes its broken every...

bug

There are no ARM64 binaries for Windows, causing an exception on startup

### Hyprland Version Hyprland, built from branch at commit 1b48642fd15c433c53876f1b933dcd46265caf8f dirty (). (from the arch repos) ### Bug or Regression? Bug ### Description At complete random (theres no pattern), when...

bug