David Simon
David Simon
When I'm using god in development VMs (e.g. in vagrant or codio), it would be convenient if I could see the output from all of the processes god is monitoring...
This PR adds support for image collection tilesets, i.e. tilesets that assign an individual image file to each tile, for use in object layers.  I recommend reviewing with the...
At the moment, it seems that counter_culture does not notice changes that happen on models in the middle of multi-level counter caches. For example, I added this code to the...
The `compare` function calls `_generate` internally, which, in addition to generating a patches array, updates the `mirror` object to match the `obj` object! This caught me by surprise and created...
I added these features for my own self-hosted setup, and was wondering if they're something you would want to merge upstream. If so, I can write some unit tests and...
It would be really convenient to be able to specify the name of projected columns, ala: ``` php $users->project($users['id'])->as('uid'); ``` or perhaps ``` php $users->project($users['id']->as('uid')); ```
**Changes** When shuffling a folder, sort by `"IsPlayed,Random"` instead of just `"Random"`, causing unplayed items to always be ahead of played items. The idea here is that when a user...
I'm using DMM to grant access for my print server to a USB printer, by mounting `/dev/bus/usb` from host to container. Annoyingly, the printer has a habit of disconnecting from...
In Firefox 131 on Android 12, I'm unable to delete bullet points by using the backspace key on the virtual keyboard. **To Reproduce** 1. In Firefox, open or create a...