Bottersnike

Results 21 comments of Bottersnike

If you want, @Eelviny, I have some code that I always use the parse config files that look like the following: stuf: True morestuf: False startDate: 15432252 someNumber: 213 someWords:...

I've been testing on a Pixel 2 running android 10, but I've found the simplest way to test if an app allows recording is to use https://github.com/rom1v/sndcpy to try and...

I was thinking either in personal settings or as a little drop-down on the actual results pages.

Using the latest like time in the "last updated time" could cause some serious problems. It would not be hard at all to write a script to repeatedly like and...

I'm not entirely sold on using git. Diffing between two JSON files, and storing those diffs in a database, can be performed trivially without git, and also without the large...

As a possible route of investigation, the sort of algorithm that would be ideal for optimisation of MIDI note data is likely to be very similar to the algorithm used...

If the files it spits out are `.mid` or `.midi`, yes. Otherwise, probably not.

A pre-walk of the tree would likely be the plan yeah. I can look into generating some tests later today 👍

> Pinging this, did you get a chance to write tests? Plenty, but never used any of them 😅. Will try and get some actually written

I've just pushed an update that also adds decompressed encoding and then uses it as part of the roundtrip loop, which should cover most interesting cases