Uku Loskit
Uku Loskit
Hello! Could this be merged? I found this issue through [Infer](https://github.com/facebook/infer) which relies on `xcpretty` for getting the list of compiled files. I would also suggest adding a test for...
hey, @MaxMillington , I'm running into this issue when trying to connect to the wallet: https://github.com/cosmology-tech/cosmos-kit/blob/b1e8726661a7f7ce8420b844f82de4c506adee65/wallets/exodus-extension/src/extension/main-wallet.ts#L22
I got a bit more straightforward response from them:  So, it seems like this issue cannot be done right now, they said that they will remove the misleading docs.
It's caused by this assertion: https://github.com/SerenityOS/serenity/blob/6602b1ddb196cdefcbdc550cd2e4d28830f9769b/Userland/Libraries/LibWeb/Layout/Node.cpp#L250 Removing the assertion makes the site work. Which leads me to believe the assertion might be wrong here?
I'm not sure if this can be really implemented. How would the browser know the current IP? To go by location, you'd need to ask for location permissions, but that...
Very simple benchmark: ``` for i in $(seq 1 10); do curl -o /dev/null -s -w 'Total: %{time_total}s\n' "https://geoblocked.levana.finance/"; done Total: 0.222422s Total: 0.284780s Total: 0.274545s Total: 0.239662s Total: 0.229956s...
@maxime-desroches hey, ready for review now with some caveats described in the PR description.
There are actually more tests ... fixing these
i'm working on panda still