Ethin Probst

Results 128 issues of Ethin Probst

# Integration with existing package managers ## Library all ## Enhancement There are several C++ package managers for dependencies, such as conan, vcpkg and cpm. It would be worth it...

enhancement
In progress

### Steps to reproduce I'm not really sure what causes this, but the element desktop client isn't very stable. Sometimes, when switching between rooms via alt+up/alt+down, it crashes without any...

T-Defect
Z-Linux
O-Occasional
A-Seshat
S-Major

I'm just wondering if the Ogre-Next API is supported? There's an Ogre rendering module but I don't know how compatible that is with ogre-next.

The HTML version has figures for things like instruction encodings, register layouts, etc., but they appear as just graphics and not in an accessible form (e.g. tables). I don't know...

I play some not well-known audio games specifically for the blind that were made back in the XP era and that support DirectSound. However, when using DSOAL, I've noticed that...

The program (running `dub build`) fails to build with dmd 2.101.0. It throws a bunch of errors like: ``` src\metadata.d(643,31): Error: returning `parentTable.opIndex(parentRow + 1u)` escapes a reference to local...

So, I opened [this pull request](https://github.com/bytecodealliance/wasm-tools/pull/364) for wasmparser, making it function in no-std environments (since if someone wants to use (say) cranelift-wasm in a no-std environment it wouldn't build at...

I'm working on a hobby operating system and want to develop my drivers in something other than native code. I'd really like to go for web assembly but there are...

I am writing a crate to define data structures for the USB specifications and the device class definitions that go along with them. USB contains requests, which are 8-byte structures...

I'm writing a parser for a case-insensitive language. Though I could just enumerate all possible permutations of keywords, this seems like it'd create code smell more than anything else. (I...