Kyra Zimmer

Results 29 issues of Kyra Zimmer

``` src/Assembler.cpp: In member function 'int Assembler::assembleInstruction(const string&, bytestring&, const Inputter&)': src/Assembler.cpp:158:67: error: 'Default' is not a member of 'llvm::CodeModel' objectFileInfo->InitMCObjectFileInfo(triple, true, CodeModel::Default, [...] (omitting a bunch of candidates for...

having a whole scene for every spritesheet feels a bit overkill to me, especially if i then want to use those animations further, so would it be possible to have...

there's no `Eagle2Kicad` executable/script/whatever in the repo, but documented in the readme (but looking at the code it seems that's the correct documentation for the CLI part of `Start.py`). also...

```nim proc appActivate(app: Application) = gtk4.getDefaultSettings().set("gtk-application-prefer-dark-theme", true) ``` apparently `getDefaultSettings()` returns a value of type `Settings` (as expected), but the `set` method inside that expects `self` to be of type...

it just seems to keep opening and instantly closing gnuplot windows in an endless loop even if i'm not typing anymore, while saying the function returns 0 in the rofi...

First things first, OS: `void Linux 5.11.15_1 #1 SMP 1618703302 x86_64 GNU/Linux` PyOCD `0.30.2` installed through Mbed Studio (`/home/kyra/.config/Mbed\ Studio/mbed-studio-tools/python/bin/pyocd` and so on). While Mbed Studio correctly identifies (in its...

when making a packaged build for end user release we can't really predict whether or not they have a compatible gpu, so how would I go about a procedure like:...

question

In the readme you simply list dependencies and then say: > I personally recommend you to use Anaconda to build your virtual environment. Can you provide an example config/install instructions...

I have a tableconstructor-returning config file written in moonscript (though this seems to apply to lua as well), in the style: ```moonscript --- @module myapplication.config { some_variable: 5 some_section: {...

feature-request