Brad Fol
Brad Fol
When running a Node app from the command line, I have noticed that the Node process will not exit until the HID is disconnected from the computer. I have observed...
Allows running unit tests when loading up the project from the package definition
The latest version of Needle currently available on Homebrew is v0.17.2, but it appears the latest release is v0.18.1 https://formulae.brew.sh/formula/needle
Fixing the SPM and Pod lint workflows in this PR. Previously the hooks to run the workflow checks on pull requests and merges were missing, so updated those. You can...
These were producing warnings in Xcode 15.3 about the double Optional: `Expression implicitly coerced from 'Dog??' to 'Any?’` Now explicitly matching the expected output.
There is currently the potential for unexpected behavior when resolving entries from parent containers where a parent registration can access and store objects resolved from a child container (see unit...
Container Behaviors receive instances of the `ServiceEntry` in its hook method, but are currently unable to access these properties.