Rick M
Rick M
Today I ran into an issue while converting CoreData code to SwiftData: I couldn't create a `#Predicate` that compared against “now”: ```swift #Predicate { inReminder in inReminder.fireDate >= Date() }...
### Motivation Migrating from writing Swift Vapor controllers directly to using Open API, I've found the latter to be substantially more cumbersome. A simple POST handler in Vapor might look...
### New API Proposal:CBOR Encoding/Decoding #### Motivation: A lot of WebAuthn and Apple attestation and passkey APIs depend on [CBOR](https://datatracker.ietf.org/doc/html/rfc7049) encoding of attestation. I think it makes sense to have...
### Need way to change environment at run time There doesn't seem to be a way to change the environment used at runtime. But debug versions of our app allow...
While all of the examples and [tutorial code](https://learn.adafruit.com/adafruit-2-8-and-3-2-color-tft-touchscreen-breakout-v2/circuitpython-displayio-quickstart) seem to use pins 9 & 10 for TFT_CS & TFT_DC, they are not consistent in which pin is assigned which function,...
Fixes #318 # Changes proposed in this PR In ZIP64 archives, certain standard values (like compressed and uncompressed file sizes, and offsets within the archive) are set to 0xFFFFFFFF, and...
# Summary The attached .3mf file is a zip archive with this directory structure: ``` GO-M8010-6-P1 copy ├── 3D │ └── 3dmodel.model ├── [Content_Types].xml └── _rels ``` I'm able to...
**Describe the bug** I'm running through the installation [instructions](https://docs.espressif.com/projects/esp-matter/en/latest/esp32c6/developing.html#esp-matter-repository) for Matter support, and ran into an error I don't understand. You can see the lengthy transcript [here](https://gist.github.com/JetForMe/f410ac9057d2a6c0990f2f53c04c6915). Excerpt: ``` [511/1099]...
**Describe the bug** Following these [instructions](https://docs.espressif.com/projects/esp-matter/en/latest/esp32c6/developing.html#esp-matter-repository) to install the Matter support, I get a series of warnings: ``` 19:08:45 esp/esp-matter/ (main) % cd ./connectedhomeip/connectedhomeip 19:08:48 connectedhomeip/connectedhomeip/ ((d83caf7fefea...)) % ./scripts/checkout_submodules.py --platform...
### Description As far as I can tell, the [docs](https://developer.apple.com/documentation/testing) don't explain how one should add resources that might be needed for unit tests, like test data files. ### Expected...