Philip Gladstone

Results 52 issues of Philip Gladstone

First, let me thank you for this game -- it keeps me on my toes! ![image](https://user-images.githubusercontent.com/1508813/152665345-1149b0b9-5d92-48f1-a0ba-916bf0ed1751.png) It says that I flagged a square that could be empty. This isn't actually...

It turns out that the tests *fail* on linux on Intel *if* you add the following code: ``` void set_fpu (unsigned int mode) { asm ("fldcw %0" : : "m"...

There is a commit about to be merged into nodemcu-firmware:dev that automates the building of the spiffs image containing files. Could you please add this file into the single .bin...

@pavel-demin I'm thinking about building a multiband PSK31 skimmer based on the ft8 skimmer setup. My feeling is that with a small number of these scattered around the world, then...

Old cameras and scanners etc do not have a sensible EXIF data blob in images. In particular, the time of the image is not set correctly. I'd like to see...

wontfix

My app logs events and for each event it does open( APPEND) write write write close This can take 250 milliseconds or more once the file gets to 1MB. When...

There are failures during tests of three different types: * trying to write 25 to 1a at addr 00003633 (as part of writing 512 bytes to addr 00003600) * FATAL...

I had hoped that by enabling `SPIFFS_USE_MAGIC_LENGTH` and `SPIFFS_USE_MAGIC` then detection of a file system image would be reliable. Unfortunately, it appears as though if the region from (say) 0...

I'm trying to track down a problem where the application writes 800 byte files to the filesystem until there is 20k free and then it deletes one file before creating...

I'm one of the nodemcu-firmware maintainers and we use spiffs as our filesystem. I wanted to upgrade to the latest version, but when I tried to run your self-tests with...