Deleted user
Deleted user
### minimal example ```odin package test main :: proc() { s := any("Hellope!") } ``` ### exits with `PATH:\odin\src\llvm_backend_const.cpp(716): Assertion Failure: 'is_type_string(original_type)'` ### compiler command `odin run .` or `odin...
MIRSA discourages implicit conversions outright between integral and floating-point types. GCC has the `-Wconversion` flag that can be used to warn about implicit conversions that may result in loss of...
Windows, Master Repo would expect a.(int) to fail runtime type assertion and/or cause compiler error within compile time code ```odin package main import "core:fmt" main :: proc() { a: any...
**Description** Please explain the changes you made here. **Checklist** - [ ] Code compiles correctly and linting passes locally - [ ] For all _code_ changes, an entry added to...
version; 1.11 sway.log; (https://gist.github.com/tapebysea/33e7d8ac3841403dbc2e7651635d3c3d) The issue is reproducable with the default config (obviously). I'm running the nouveau drivers on a brand new artix install with openrc. No proprietary drivers has...
- **Sway Version:** 1.11 - **Debug Log:** [sway.log](https://github.com/user-attachments/files/22398880/sway.log) - **Configuration File:** https://gist.github.com/tapebysea/f1ddae75d62f1b322131ddd3ddc17caf - **Description:** I can't currently kill mpv with this binding; ` bindsym $mod+q kill ` I'm not sure...
I have icons which are mostly transparent but i want the whole icon area to be clickable/hoverable. Working solution i currently have is drawing with canvas a near-transparent fill over...