-
We do hookup `beforeunload` to show an alert when the user attempts to navigate but only when the data is "dirty" (unsaved), following advice found [here](https://web.dev/bfcache/), so as not to break…
-
### Issue URL (Incorrect Blocking)
[http://naver.com](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=http%3A%2F%2Fnaver.com)
### Screenshots
Screenshot 1
![Screens…
-
### Issue URL (Annoyance)
[https://x.com/i/timeline](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fx.com%2Fi%2Ftimeline)
### Screenshots
Screenshot 1
…
-
For a future version and new fleets (This new feature does not affect original Nighthawk fleet):
Create a few new droids. Some ideas:
An interrupter "boomer" droid (like in the original game)
…
-
Tasks:
- Whip up a cron job
- Ask jerry for code to figure out the NFT (and run on every party once an hour)
-
Hi @Brooooooklyn
I'm implementing a WebSocket communication library for some microcontrollers with WiFi connectivity (such as Espressif ESP32), and I would like to try some new concepts, that make…
-
Couldn't the memory algorithms take advantage of type traits to avoid performing unneeded operations? For example, it should be possible to use tag dispatch on `std::is_trivially_destructible` in `des…
-
The plugin crashes when cancel button is pressed and permission to access photos is denied.
2017-05-03 12:17:08.453006 CheckAndPack[2034:629433] GMImagePicker: User pressed cancel button
2017-05-0…
-
```
What steps will reproduce the problem?
1. subclass PluginCore
2. override initDefaultParams() { m_supportedParamSet.insert("hello"); }
3. later try to list m_supportedParamSet
What is the expect…
-
I don't really like it either, but it'll do until we decide how operators and borrowing is going to work. Maybe take some inspiration from rust.
_Originally posted by @antroseco in ht…