Results 8 issues of Adrian Blakey

The maria 10.5 update is a simple change to the docker compose file - and just works. Postgres 12 won't start and belly aches about access control and certificates -...

I have been trying to add CORS headers to the nginx proxy. I have a simple test that does not seem to work. Any ideas? I used the example in...

Is there an api (and does BT allow it) to assign a data type to a Characteristic? I am creating my own service and characteristics using 128bit UUID's. I'd like...

Please could you comment on the difficulty of porting this to run on circuitpython?

How do I authorize and create an OAuth token? The links are missing.

Any ideas what causes this excp? As you might see, the script opens a websocket, data is sent to the browser about every 10ms as a csv tuple. Browser console...

JLCPCB can't obtain: TC212A335K016B/C124836 - 3.3uF 16V 5Ω@100kHz ±10% CASE-A-3216-18(mm) Tantalum Capacitors ROHS A2005WV-3P/C225255 - Gold Direct Insert Policy 3P 4mm -40℃~+105℃ 2.8mm 2mm Single Row Black Brass Please could...

Pi Pico W 2 running: 1.25.0-preview Do something like this: ``` class WC(): def __init__(self): self._wlan: network.WLAN = network.WLAN(network.STA_IF) # WiFi client def connect(self, ssid: str, pwd: str) -> bool:...