Joe Bowbeer
Joe Bowbeer
This looks like a regression of #1933
Addresses #3138 ?
I don't mind the reuse of `from-package` In general, I favor improving lerna's ability to publish from CI/CD
A level 2 recommendation for container-optimized OS, followed by links to Bottlerocket, was added to the CIS Benchmark for EKS v1.1.0, published at [cisecurity.org](https://cisecurity.org) on 4/13/2022. > 3.3.1 Prefer using...
This stated goal was to create CIS Benchmark for Bottlerocket, and this has been done, right? Does more work remain for this? Close this and open a new issue for...
I created a filter that I use for this purpose: https://github.com/joebowbeer/repdeps
Similar to #181 ? I wrote a filter that does that: https://github.com/pahen/madge/issues/181#issuecomment-436449386
@goodmind pipe the results through a transformer (such as mine) and then back into madge via the `--stdin` option: ```bash madge --json app.js | repdeps -x '([^\/]*).*' -r '$1' |...
In Chrome on iPad Pro, most of the rendered noise images are severely reduced in detail. I have to declare `highp` to fix.
I created a GH action in my fork but it is not yet able to make a PDF: https://github.com/joebowbeer/thebookofshaders/actions The `.travis.yml` file may offer clues. (Why isn't this repo activated...