izogfif
izogfif
Year and a half passed and still nothing? :(
Temporary workaround: add `--illegal-access=permit` argument as a command-line argument for your `java.exe`. Yes, to `java.exe`, not to `javac` or compiler options. You can't tell this to compiler. You have to...
> changing tsconfig.json compilerOptions works for me on angular V15 This library works in Angular 15, but it doesn't work on Angular 16.
> > This library works in Angular 15, but it doesn't work on Angular 16. > > It does: https://stackblitz.com/edit/stackblitz-starters-coxmss?file=src%2Fmain.ts The library `@techiediaries/ngx-qrcode` does not work with Angular 16. I...
> Ok, nevermind. I assumed you meant the angular2-qrcode library. Check my answer above: [#103 (comment)](https://github.com/techiediaries/ngx-qrcode/issues/103#issuecomment-1629195205) Weird, when I try to import `QRCodeModule` from `angular2-qrcode` inside `@NgModule({ imports: [QRCodeModule]}) export...
@JeremyLeland and others who might find this thread via googling: the preference `devtools.debugger.features.overlay` was removed in Firefox 115. You have to use Firefox version 71, 72, ... till 114.0.1 where...
> @kwhitejr Spring Boot 3.x is currently not supported. Happy to accept PRs though. @neiser Are you still happy? [The PR](https://github.com/qaware/collection-cacheable-for-spring/pull/46/commits/fa30ea8d6df5e4b8d7f122cf36d36729ea55d5db) was in there for over a month already.
Could someone review this, please? Having reproducible builds again after 3+ months would be nice.
@chanseokoh I see, this "Review required" message at the bottom of this issue page on GitHub made me misunderstand what's happening. Previously in [this comment](https://github.com/GoogleContainerTools/jib/pull/4142#discussion_r1469684533) you wrote: > 167 is...
@chanseokoh I've made some changes and created a pull request with one extra commit. Please take a look [here](https://github.com/GoogleContainerTools/jib/pull/4204).