Brian Bugh
Brian Bugh
It's not just alpha, `hue` is not rounded in certain conditions. For example, converting `tomato` to hsl even with `round()` or `round(1)` or no round results in unrounded hue: ```javascript...
I ended up here because my svg `` was also causing it to crash. However, after investigating further, it does appear that *technically* this is invalid HTML, because `path` is...
In #78, @nekosaur said in [this comment](https://github.com/vuejs/rfcs/pull/78#issuecomment-562647867): > Also be aware that you will not have the issue of clashing prop/setup names in Vue 3, that's only an issue with...
I would very strongly prefer that all `.js` is just babelized if the `babel-transpiler` gem is installed. I don't want to have to deal with reconfiguring the ecosystem of editors,...
@LucasArruda we switched to webpacker, and haven't done anything else with this on sprockets. Good luck!
Unfortunately, because of this carriage return, reading journald with JSON format forces it into byte array mode. This is causing *all* of our log messages to come out in big...
@pipex thanks for the quick reply. I was able to try that, all compose services now have `tty: false` and it resolves half of the issue! We still have a...
Also requesting this. The [thread on the forum](https://forums.balena.io/t/trying-to-identify-current-installed-release/367420) suggests using the web API, but we need this during a runtime startup process. If we can get the information from the...
It looks like calling the web API also requires including the API token on the devices, but our devices are on-site for the customers. Including a web API token opens...
FYI, the example documentation here: https://docs.cypress.io/guides/getting-started/writing-your-first-test.html includes adding a space to an email field, which breaks: `[email protected]`. This works fine while manually typing in `[email protected]` but the example...