Luke Childs

Results 78 issues of Luke Childs

I kinda wish they were enforced by default as it does make sense but given the option `somepackagename` seems so much cleaner than `@somescope/somepackagename`. It also makes package names less...

Great job on bats, it's really nice. I was kind of confused on how to get my tests running everywhere. - On CI I was cloning bats then running it....

If you want a simple one liner demo, for users with Docker installed they can just run this: ``` docker run -it --entrypoint sh -p 127.0.0.1:8080:8080 golang -c 'go get...

I'm not sure if this is a bug or if I'm misunderstanding how this is supposed to work. I assumed in the following example `one` and `two` would be the...

bug
enhancement
help wanted

If you do `t.deepEqual` (and I think also `t.is`) on two arrays containing strings. If there are a large amount of strings and they only differ slightly the output is...

bug
help wanted
scope:reporters
scope:assertions

Useful for managing multiple connections. https://github.com/roccomuso/alveare Nice job @roccomuso!

Just a quickly thrown together example of how Umbrel OS builds could be done. In a mergeable version: - The local Umbrel installation would be installed in the image, not...

I think this is an error, I get: ``` Lukes-MacBook-Pro:~ lukechilds$ kill all Dock -bash: kill: all: arguments must be process or job IDs -bash: kill: Dock: arguments must be...

Currently to authenticate we need to do: ``` DAEMON_URL=http://username:password@hostname:port ``` It would be great if the credentials were optional and we could instead specify the Bitcoin Core cooke path: ```...

enhancement

Is it possible to setup a new device with this library? So if I have a brand new Yeelight I would like to be able to tell it which SSID...