Thomas Tempelmann
Thomas Tempelmann
(Incorrect code when using "size" with "switch-on" without a default case): It adds one missing property declaration.
I'm new to using MongoDB (and your nice TingoDB). It appears that MongoDB has gone through several revisions, including changes to its API. Your "Guide" page at http://www.tingodb.com/info/ does not...
Fixes the tool so that it adds the plist to the _end_ instead of the beginning of the free space. This allows the tool to patch multiple times. With the...
If I rename "Downloader.app" into "Xcode Downloader.app", the space in the name leads to the download script to fail. Clearly, the path of the app is used as the destination...
I actually haven't tested your code to see if it already supports this, but since I just wrote something about Apple's special zip format (https://iosdev.space/@tempelorg/111993220533529890), I thought I'd look for...
This code: ```ksy seq: - id: v1 type: u1 - id: v2 size: 4 type: switch-on: v1 cases: 1: strz ``` Generates something along these lines (slightly simplified): ```cpp void...
I have several questions and had also some trouble using the game at start, and I wonder if you do not provide any hints on purpose or just think that...
I just, out of habit, accidentally typed Cmd-R (in Xcode: Run project) which caused a Reload of the web page. With that, most of my recent edits were lost, and...