Noah Overcash

Results 42 comments of Noah Overcash

I'd at least love it if there was a way to pass the IP to `homebridge-roku-config` – that way on a network with multiple rokus, the desired one could be...

If anyone else has this issue, I got around it by invoking `delombok` directly, the old-fashioned way: ```xml org.codehaus.mojo exec-maven-plugin 3.0.0 java -classpath lombok.launch.Main delombok --verbose --nocopy ${project.build.directory}/generated-sources/api ${project.basedir}/src/main/java -d...

Regex might be your best bet if you're looking for something easy!

A simple `^#[0-9a-f]{3}|[0-9a-f]{6}$` should suffice to validate a hex color; if you want only full six-digit hex colors, `^#[0-9a-f]{6}$` is all it would take.

should this be closed as its merged?

I deleted my fork, so I can not update it to be 2020 instead :( I'd re-fork if this project seemed to be still alive, but still a super neat...

@arcsin1 you can modify your Webpack config. If you used `create-react-app`, you'll need something fancy with `react-app-rewired` as described by @ttessarolo. I got away with adding the following to my...

should this still be open if there is emmet-plugin by @sagarchalise ?

Or even a temporary link for the image generated, my browser _really_ hates huge base64 images