nukeop
nukeop
Same. I thought the interface must be wrong, but there really is no way to apply different rules to different sites.
I just ran into this trying to use vite. There is a .js file in the mongodb driver that is just this after compilation: ```javascript export { BSON }; //#...
I'm not even using Mongo, I'm using SQLite, in an electron main process package. I managed to make it go away by using patch-package, hoping I won't need to mess...
@celevra there's an example here: https://github.com/turt2live/matrix-bot-sdk/blob/4c7207be2e7e5780037eb9d508783f860bb53e8b/examples/encryption_bot.ts#L71C13-L71C89
Misleading and nonsensical. But the userscript indeed doesn't work.
How did you even run it? This looks like you just downloaded the file and double clicked it.
Lol, that's not how your run userscripts. Why would you even download it if you don't know what a userscript is.
I'm wrapping a `Switch` component in the `RouteTransition`. I want to apply the effect only to a particular block on the page. Here's the relevant render function: ```js render() {...
changing pathname to `location.key` didn't help. The scss sheet sets the following properties: ``` .transition { position: absolute; width: 100%; height: 100%; margin: 1rem; } ```