-
This issue tracks adding new APIs to facilitate client/cache persistence, providing a way for web/mobile users to save their application state for a defined period of time (and will help make the live…
-
After I added the `apollo3-persist-cache`, I’m serving stale data to users without updating it after an Apollo server response. Since all my cache policies are `cache-and-netwok` I would actually expe…
-
Sorry Kyle...
With v2.1.1 of the core, ```attachInterrupt``` re-configures the pin, removing a pull-up if one was present. If you're using a FALLING interrupt, then removing the pull-up causes the …
-
### Use case
Using data builders when having custom scalars requires a custom `FakeResolver` that implements `resolveLeaf` for those custom scalars if you want those scalars to be generated instead o…
-
@gauteh to summarize:
- I think the DS18B20 coated in epoxy are better / more robust, I have heard the ones with a metallic casing always end up rusting / leaking
- the DS18B20 code: https://git…
-
Getting The below issue when response is being converted to data class by apollo:
```
fromJson(com.apollographql.apollo3.api.json.JsonReader, com.apollographql.apollo3.api.CustomScalarAdapters) fa…
-
Looks like there is a 3.0.80 firmware out & not letting you downgrade & looking for an images.xml file :(
ERROR:root:MiniFieldStorage('mac', 'D4:A9:28:00:C6:E3')
ERROR:root:MiniFieldStorage('secre…
-
Hi,
I have a redboard from sparkfun and would really like to play with running rust on it. I came to your repository accidentally after generating my own pac with the svd files available from ambiq's…
-
### Subject of the issue
use-after-free error in Wire library.
The relevant methods are `Wire.begin`:
https://github.com/sparkfun/Arduino_Apollo3/blob/4e24a0275c4b84b0f3162e811162899dae4a1c62/lib…
-
OpenLog Artemis puts the Aretmis into deep sleep between measurements to save battery power.
With v1.2 of the core, we could disable the I2C IOM to save a little extra power.
With v2.1 of the core, …