Tom Wiesing
Tom Wiesing
When using git 2.x and the `commit.gpgsign` option is enabled, each commit is automatically signed with gpg. As noted in #30 this usually means that the user has to enter...
Me and a couple of friends were playing the new "Throw It In A Hole" variant. One particular move showed a player an inconsistency between the perceived game state and...
To make some progress with Triform / DKS theories inside MMT we should get an integration use-case going. This has been planned for some time and we should get an...
Many projects and packages are subject to licenses that require for a copy of the license to be included with every copy of the code. When available, a copy of...
There should be a column (that can be filtered by) which contains the list of countries a game is available in.
On Linux I get the following error: ``` ./run.sh: line 12: /path/to/hello-atom/build/atom-shell/Atom.app/Contents/MacOS/Atom: No such file or directory ``` There should be seperate cases according to https://github.com/atom/atom-shell/blob/master/docs/tutorial/quick-start.md#run-your-app
Magic `spellchecker:...` comments in multi-line string literals incorrectly have an effect on the checking process. As an example, consider the following python file. ```python # create a multi-line string literal....
With the release of go1.22, [range over integers](https://go.dev/doc/go1.22#language) is now in the language. Code such as: ```go for i := 0; i < 10; i++ { doSomething(i) } ``` can...
### Description I am using the `alphanumeric` citation style. When citing two entries from a bib file that would produce the same key (e.g. same author and same year), they...