foxt

Results 57 comments of foxt

https://github.com/FastForwardTeam/FastForward/assets/12257112/dbd7a762-fc24-4ae8-bcd7-03808b28dca4

Also doesn't work if I open the project folder its-self instead of the solution folder

Noticed this regression when upgrading our app from v19 to latest. @pacocoursey -- ideally, the expected behaviour is the old behaviour where any region of the page tagged with -war:d...

+1. Reporting temperature data to Home Assistant requires the °C to be included. A quick work around I found to work is just ```py urequests.post( ... data=json.dumps({ ... }).encode() )...

Yeah - it seems like `BLE.gap_pair` is not present on the Pico W, so aioble.pair will fail with `AttributeError: 'BLE' object has no attribute 'gap_pair'`

Seems to occur anytime you have a JSONPath with a `"` in it.

Just ran into this issue. It took some figuring out to realise that this is a HMR issue rather than just compilation not working correctly.

iCloud also stores a list of (seemingly) every file in iCloud, (on the machine or not) in a sqlite3 `~/Library/Application Support/CloudDocs/session/client.db`

@sschultze yeah, just tried to implement view transitions, and the problem is that, returning from the callback is only half the battle -- you seemingly need to block rendering until...

Opened Netdata this morning and got a message that I can only assume was intended to scare me into upgrading to a Enterprise subscription, insinuating that without it my machines...