Benjamin Hedrich
Benjamin Hedrich
WTF? 😆
Same on Archlinux ARM aarch64: https://aur.archlinux.org/packages/adguardhome#comment-887980
> We weren't able to reproduce this crash, unfortunately. The version `v0.108.0-a.378+464fbf0b`, which we have just released to the Edge channel, fixes the most probable cause of this crash. Can...
> @ainar-g I rebuilt the package with https://github.com/AdguardTeam/AdGuardHome/archive/464fbf0b543e6bc52eba0d5fdb305658e5669b68.tar.gz and it seems to be fixed. Archlinux ARM, aarch64, PI4 @TheWizzard2203 Use this Tar archieve, this is `v0.108.0-a.378+464fbf0b`.
Fixed it by adding `rawSrc` to `` Example: ```js const foo = require(`../../public/assets/blog/${src}`); ``` Ref: https://github.com/cyrilwanner/react-optimized-image/blob/e27a012211bcf8d916007933d241de926f1158e2/__tests__/unit/plugin/__fixtures__/component-resolve/object-spread-component-require/output.js#L14 `yarn next build` workes well. .... But the generated HTML is a simple ``...
> When I try build the project in Ubuntu 18.04 it's okay. There are only warnings about MaxListeners. > But inside the Docker build is failed. > > **Related packages...
OpenWRT on what hardware?
Successfull workaround: ```patch diff --git a/packages/app/tsconfig.json b/packages/app/tsconfig.json index f9f9325..95e65ed 100644 --- a/packages/app/tsconfig.json +++ b/packages/app/tsconfig.json @@ -12,7 +12,8 @@ ], "@ngxs/*": [ "./node_modules/@angular/*" - ] + ], + "ngx-image-compress": ["node_modules/ngx-image-compress-legacy"] },...
@joaoponceleao Can you please rebase your PR?