FeepingCreature

Results 29 issues of FeepingCreature

Only "importPaths" is considered.

enhancement

On development, the docs for PCIDevices use `findClass("NetworkCard")`. But when you try that, you get a deprecation warning to "use 'classes' global library instead". The 'classes' API does not seem...

documentation

**Describe the bug** When deconstructing a train station attached to a computer with a network wire, the network wire is left behind. When trying to deconstruct the computer afterwards, the...

bug

So what's going on? Github _seems_ to still be using this library, and a replacement doesn't appear to have materialized. The last commit saying "Stay tuned" is from 2012. What's...

The dictionary-de is generated from [igerman98](https://www.j3e.de/ispell/igerman98/index_en.html), using the generated `hunspell/de_DE.{dic,aff}`. In those, "Hochwasser" (flooding, literally high water) is handled as compound of "Hoch" und "Wasser". This can be tested by...

Massively speed up the `correct` function. `correct` is slow because it calls `edit1` twice recursive. Especially for long words, this can lead to low millions of words to generate and...

Backport of the taggedalgebraic hacks I've done in [serialized](https://github.com/funkwerk/serialized/commit/85f125bab26ff46685e3c66d097b1b68467adf82) to sidestep DMD bug https://issues.dlang.org/show_bug.cgi?id=21235 . This is an update of https://github.com/dlang-community/std_data_json/pull/51 , this time with a backported version of `std_data_json`...

See https://ku-cvlab.github.io/Perturbed-Attention-Guidance/ I worry this is following a bad precedent with the SAG PR, of which it is a copypaste. The issue is that, in testing, _once again_ it didn't...