esainane
esainane
This happens on trying to commit (save) a new network. Inspecting at the `getBuffer` frame, `e[4].__obj.IrcUsersAndChannels` is `{ __obj: undefined }`, causing the following error once quassel-webserver tries to serialize...
See: - https://github.com/magne4000/node-libquassel/blob/master/src/request.js#L506 - https://github.com/magne4000/quassel-webserver/blob/master/public/javascripts/angular-controller.js#L704 The end result is that on creating a new network, the ServerList contains an array of two "servers": - [0] with the settings just created,...
This adds a system which poisons Spring.GiveOrder*, storing a sliding window of command volume over time. The rate limit is provisionally set to 110c/s over a 15 second average, and...
This is a menu that can be bound to a key, such as BACKQUOTE. When opened, the user is presented with a series of radial menus which select predefined text...
### The used GdUnit4 version 4.4.4 (Pre Release/Master branch) ### The used Godot version v4.3.1.rc.mono.custom_build [ff9bc0422] ### Operating System `6.11.5+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian GNU/Linux trixie/sid 6.11.5-1~bpo12+1 (2024-11-11) x86_64` ###...
It's quite hard to tell what is and isn't permissible from the current description, and there are both false positives and negatives. This makes explicit what is and isn't permissible,...
Explicit re-exporting avoids `reportPrivateImportUsage` warnings from `pylance`, and its hints to then import from `argcomplete.completers` instead: https://github.com/microsoft/pylance-release/blob/main/docs/diagnostics/reportPrivateImportUsage.md