Mart Ratas
Mart Ratas
Spigot added a Library loader functionality lately. https://www.spigotmc.org/threads/spigot-bungeecord-1-17.510208/#post-4184317 What this means is that it should no longer be required that bStats be shaded within the plugin and relocated as Spigot...
Hey! My sound on my Asus T100 wouldn't work until I did this workaround: https://github.com/stockmind/gpd-pocket-ubuntu-respin/issues/113?fbclid=IwAR0Zxr2dtKAIsTCBvLw6E-VACrUbgn6aM216caqqCotbQeeEafISORk5EIs#issuecomment-391261384 Namely, it would work in the login screen and then immediately stop working as soon...
As I understand, some users of MedCAT have raised an issue with logging. The previous logging behaviour was removed in #242. And for good reason. The library should leave the...
The docs builds have been failing due to the incompatible version of `dill` that gets installed (incompatible with `datasets`). I've gone ahead and pinned `dill` to a version less than...
While plugin detection (within stack traces) works for Spigot/Paper and Bungee, there is currently no automatic Plugin detection for Velocity. This is because the class loader does not keep track...
Add (at least temporarily) the stuff removed in MedCAT PR: https://github.com/CogStack/MedCAT/pull/356 The workflow is likely to fail due to the fact that `py2neo` seems to have ceased to exist. Will...
Add a usage monitor. What it does is monitor: - The input text length - The input preprocessed text length - The number of output entities The usage monitor is...
Separate config entries that only (truly) take effect if set before a model is loaded or initialised. Some of these config entries are used elsewhere in the codebase as well....
Let's see if we can do both pydantic 1 and pydantic 2. This _should_ in principle work with both. Though I don't want to run GHA for both all the...
Resolving merge conflicts here to sync master and production.