HenryNguyen5
HenryNguyen5
Ah its been awhile since this occurred, I believe I did not have a typo when I was actually testing it though.
I have the same problem as above
Ran into the same issue, even when disabling caching completely, I still am missing violations that are shown on local runs. I even ran just the raw bin, with a...
My issue ended up stemming from compilation errors that were silently ignored during the execution on the lint action. Running a `go build ./...` beforehand caught some compilation errors i...
Hi @wangzuo, any reason for closing this issue? I'd be happy to help provide / collaborate solutions for this. We never had a need to package the external modules with...
Nice! I'm hoping that this does not break builds that expect it to not have any external dependencies bundled though. But as far as I can see, it shouldn't as...
It would be useful to have a comparison of bundle size of webpack vs rollup here.
Yeah, its not possible to create signed commits with a github app token without using github's REST or GQL API https://github.com/orgs/community/discussions/24664#discussioncomment-5084236
@axic would `asm.js` still need to be a fallback? Or can it be completely dropped in favour of wasm?
How would you feel about using `wasm-bindgen`? It would eliminate the need to maintain any boilerplate code. The generated wasm artifact can then be converted to an asm.js like representation...