Elia Tolin

Results 36 comments of Elia Tolin

> Hi! I had a similar issue and worked around it by **adding** the following lines to `WG_POST_UP` > > ``` > # Masquerade traffic from VPN clients to Docker...

> I wasn't that clear, sorry. My `.env` looks like this > > ``` > WG_POST_UP="iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE; iptables -A INPUT -p...

> I hope this clears things up. > > ``` > iptables -t nat -A POSTROUTING -s $WIREGUARD_SUBNET -o eth0 -j MASQUERADE > iptables -A INPUT -p udp -m udp...

> Same issue in 3.27.0 for me > > You can add this to your index.html to ignore this until it gets fixed. Or disable breakpoints in VS code >...

But this bug is unbelievable. It means that it was not tested once on the Web before release! It is really blatant as an error. Do you have any other...

If i try to render with WebAssembly (--wasm), I don’t see any issues, and it works perfectly.

> Hello! The "contentRightsDeclaration" error during the Fastlane upload_to_app_store step often occurs due to incorrect API key permissions or outdated parameters. Ensure your API key has the necessary permissions and...

I tried with: ``` default_platform(:ios) platform :ios do desc "Push a new release build to the App Store" lane :release do notification(subtitle: "iOS - Start Building 🆕", message: "We build...