Franz Geffke

Results 73 comments of Franz Geffke

I had the same problem on Firefox 113.0. Removing & adding the extension again, fixed the issue.

> update to latest Firefox Updated to the latest release 115.10; Still crashes. > disable all extensions I tried incognito, then without extension; Still crashes. --- I got it to...

> You can try the complexity tester: https://altcha.org/docs/complexity/ to see if it also crashes I tried 50,000, 100,000 and 500,000. No problem. Also tried with (8x), and without web-worker. No...

> If you could please test this version here: https://altcha.org/docs/altcha-test/ and tell me if it still crashes. Firefox ESR 115.10.0 1. Initial load, try, check passed real quick (> 1s)...

@ovx Found some time to look into this today, but cannot replicate this anymore, on Firefox Nightly 126.0. I have all my usual extensions enabled, and I doubt they played...

I'm not sure if this is related; It's happening on Wayland: ``` sway: 1.9 guix with Linux 6.8.5 alacritty 0.13.1 ``` When I go from laptop to external monitor, the...

> unless you can repro on sway-git it's a sway bug. Try also alacritty 0.13.2. You're probably right; I believe this started happening on sway 1.9 (1.8.* was okay, if...

This is coming in like ~3 months. Is anyone working on this?

Set the desired path in the config: ``` category_archive: path: /blog/ ``` List all categories. Create a link: ``` {% for category in site.categories %} {{ category[0] }} {% endfor...

For ESM, make sure to make to add `module` to your `package.json` like this: ```json { "type": "module", "dependencies": { "bulma": "^0.9.4", "gulp": "^5.0.0", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1", "gulp-imagemin": "^9.0.0",...