Kyra Zimmer

Results 29 issues of Kyra Zimmer

pretty much the same as https://github.com/Allar/ue4-mp-downloader/issues/2 tl;dr: they did some changes to their api (see https://github.com/Allar/ue4-mp-downloader/pull/6/files?utf8=%E2%9C%93&diff=unified#diff-a39973b01a986e2d29455c2dd2af1c78R538 of how it would've got fixed if that project wasn't dead), which makes it...

should be configurable, since they also are in the mod, leading to inconsistencies when they're changed

enhancement

**Describe the bug** Rule number 3 fails incorrectly in Chapter 13 "Conditions / Limited Healing" **To Reproduce** To reproduce the bug, answer correctly with: ``` func heal(amount): health += amount...

bug

#### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, `x86_64-glibc`

Stale

according to the code in `cxxforth.cpp[.md]`, the flag is called `CXXFORTH_NO_MAIN`, but both `cxxforth.h.in` and `CMakeLists.txt` set `CXXFORTH_DISABLE_MAIN`. pretty sure that's a bug? also, it might be useful to have...

in https://github.com/supermerill/FreePySCAD/blob/master/freepyscad.py#L1846 you `list+str`.

bug

I slightly modified one of the provided flows to replace the GHDL step with: ``` read_verilog -sv -formal ../main.sv ../vinclude/*.sv hierarchy -check -top Mover proc ``` but the generated spice...

because #1005 got closed despite either being still or again broken both for me (on `master` branch built today) and multiple people in the comments there, i decided to file...

could you please add a `LICENSE.md` file? I'm unsure what I'm allowed to do with your code :D

code (from electron-react-boilerplate): ```typescript const installer = require('electron-devtools-installer'); const extensions = ['REACT_DEVELOPER_TOOLS', 'REDUX_DEVTOOLS']; // ... (some promise/catch/await magic) ... extensions.map((name) => installer.default(installer[name], forceDownload)) ``` output: ``` Error: Exited with code...