Matthias Käppler

Results 31 issues of Matthias Käppler

At GitLab, we found a performance regression where engineers were counting zip file entries via `Zip::File` by iterating entries. We found that the performance issue is not in the `Enumerable`...

enhancement
bug

Regardless what I do, I get this error when being on an open, Git managed file: [Errno 2] No such file or directory

Defect

In most games, game state that is not handled by Ink itself can change after an ink knot has already been rendered. This can render Ink's story state stale. For...

According to https://github.com/inkle/ink/blob/master/Documentation/RunningYourInk.md#choice-tags, choices may contain tags, for example: ``` * [The choice #my_tag] ``` If I try to do that in Inky, I get a compilation error: ![image](https://user-images.githubusercontent.com/102802/206841234-6e051d8e-ac07-44c4-92aa-bc7b84d2cbf0.png) This...

I was declaring an Actor interface like so: ``` interface MyActor { void action(int count); } ``` This fails the annotation processor with the message: ``` Error:(7, 8) error: Failed...

A feature we're missing is the ability to create more than one model at a time. We often use ModelCitizen to create pages of items, and right now we have...

In every unit test we write that creates models from blueprints, we have to add `CreateModelException` to the test signature. This adds noise and doesn't really add to the documentation...

I currently have a shell script to quickly query the database: ``` #!/bin/sh DEVICE=$1 QUERY=$2 adb $DEVICE shell "echo \"$QUERY\" | sqlite3 /data/data/com.soundcloud.android/databases/SoundCloud" ``` I would like to have a...

enhancement

https://github.com/gavinlaking/vedeu

enhancement

steers log output -!log d tag switches on debug logging for given tag