Difegue

Results 83 comments of Difegue

👋 Historically rate limiting was integrated into the plugins themselves, but that's inefficient and doesn't work if you queue multiple DLs with the same plugin. There should probably be a...

Simply adding more columns wouldn't be [that hard](https://github.com/Difegue/LANraragi/blob/258e500673f19ee4b8201f2f26270f7eb3a80279/public/js/index_datatables.js#L70), but I'm not sure people actually want 4 customizable columns at all time... It'd be better to make the columns fully customizable...

👋 Sounds like #282. Since you're on windows, you might try switching to WSL2 in the app settings and see if that improves things. 👍

Sorry for the late reply, this issue kinda slipped through the cracks 🥲 If WSL isn't the cause of the issue it might be caused by the folder you're storing...

👋 As things are, I'd say it's kinda intended? The search engine is fuzzy by definition unless you make it an exact search with quotes or $. I didn't really...

I'll try to tackle this in the upcoming search improvement pass.

According to the links in the [previous issue](https://github.com/Difegue/LANraragi/issues/32) we touched upon this subject, implementation could be as simple as adding a hook if a base url is configured: ``` app->hook(...

Oh yeah, the SIGTERM catcher does hook in before_dispatch. You can add code in there no problem normally, I still think it'd be better/easier to put the base url setting...

Well, that `wsl_e_vm_mode_invalid_state` error looks a bit suspicious indeed! I suppose the wsl update mightve caused it, haven't checked in with their changes recently. I suppose you've tried restarting the...