Jamie Greeff

Results 19 issues of Jamie Greeff

Just using this as a dumping ground of things that need to be done for v1. - [ ] Easier dev setup - [ ] Rename `Folder` GraphQL type to...

Just taking a look at this project and it looks really interesting. I know there are some other issues open around PGP/GPG but I thought I'd open one specifically regarding...

There are various scenarios that I've found where ACL rules are not working in Headscale as expected: - IPv6 addresses or prefixes are not supported in `dst` (error `Could not...

bug

A header `Expected-Cap` can now be passed which can be used to assert that `WhoIsResponse.Caps` contains the provided capability. This allows for ACL rules to define capabilities that can be...

# What does this implement/fix? Implements OTA support over IPv6 for ESPHome. ESPHome devices don't actually support the IPv6 stack, but this PR adds support for the OTA process to...

has-tests
core
small-pr

When turning a light on/off or changing the colours, different manufacturers seem to use different transition durations. My Lvwit bulbs turn on/off instantly, but changing colours seems to take around...

This allows for more dynamic webpages to be embedded into the web view. With Javascript enabled, you can then use a project like https://github.com/mpromonet/webrtc-streamer to stream live RTSP camera feeds...

The package could be fetched in a FOD derivation and then patched in a separate derivation with no outputHash needed.

Continuing on from thoughts in https://github.com/madjam002/yarnpnp2nix/issues/3 Most stuff seems to be working, and all the tests are passing, but a yarnrc.yml with packageExtensions causes issues as the packageExtensions won't be...

Investigate whether we can just parse yarn.lock instead of relying on `yarn-manifest.nix`. The manifest would still be a useful optional addon for automatically calculated outputHashes for unplugged modules. Most info...