Peter Bendel
Peter Bendel
I would also like to see this feature implemented. For example on the MKR WAN 1310 website https://store.arduino.cc/products/arduino-mkr-wan-1310 you advertise two features - cost effective solution to add LoRa® connectivity...
Thanks for your quick response and for incorporating my suggestion.
see https://github.com/micropython/micropython-lib/blob/e025c843b60e93689f0f991d753010bb5bd6a722/micropython/drivers/imu/lsm6dsox/lsm6dsox.py#L267 I think this version of lsm6dsox.py is installed with the Arduino Micropython Installer for RP2040Connect
@marqdevx It is a little annoying that a bug that was reported so long ago and that still worked reliably in 1.08 (so it is a regression reported by multiple...
> This should be fixed from v2.33 of the library then, am I wrong? 🤔 > @sp-rky @Bodobolero It is not fixed in this library but u8g2 now contains a...
Reactivated page bench in CI, see https://github.com/neondatabase/neon/pull/8023 however test is still flaky due to other reasons https://github.com/neondatabase/neon/issues/8070 see https://neondb.slack.com/archives/C060CNA47S9/p1718358720474039 This flakyness was now fixed with https://github.com/neondatabase/neon/pull/8079 and the page bench...
Dedicated EC instance runner is now in terraform see issue linked above. There is one piece missing https://github.com/neondatabase/cloud/issues/15053 Until then I am running the workflow from https://github.com/neondatabase/ec2_test_runner/blob/main/.github/workflows/periodic_pagebench.yml The driver code...
https://neondb.slack.com/archives/C033RQ5SPDH/p1720158590249679
The test was failing and needed some rework https://github.com/neondatabase/neon/pull/8382#event-13552246867
@kelvich see update in https://github.com/neondatabase/neon/issues/6684 I verified that auto vacuum is no longer interrupted by compute suspend once it is started and thus I verified https://github.com/neondatabase/neon/pull/6322 is working correctly, however...