-
Hi JowhJy, from what I understand, the error occurs because the mod is trying to move the player. I managed to fix the "moved too quickly" issue by removing the speed limit, but I'm still encountering…
-
Destroying a shop should require the shop to be empty, or should remove items the player can not hold. Same with attempting to remove an item from a shop.
Shops with large amounts of items can cause …
-
# Bug report
### Bug description:
Python 3.11.9
In Python there there is a known limitation on Windows for paths being limited at 260 symbols, unless `LongPathsEnabled` is set, see https://do…
-
Not sure if I'm missing something, but how does one remove the 255 character limit imposed on tags?
https://github.com/mbleigh/acts-as-taggable-on/blob/1c257ad9f69e7c54fa6615160238ff929d23ba9f/lib/ac…
-
Output of `helm version`:
version.BuildInfo{Version:"v3.12.3", GitCommit:"3a31588ad33fe3b89af5a2a54ee1d25bfe6eaa5e", GitTreeState:"clean", GoVersion:"go1.20.7"}
Hi,
I need to remove cpu…
-
I currently include more than 8000 sequences for a Nextstrain build.
When constructing the phylogenetic tree with augur tree, it always alerts maximum recursion depth reached as a fatal error, even…
-
Probably an out of bounds access in the move array; am confused as to how qsearch can exceed depth 32
-
We want to be able to modify the results returned by the search module with regard to removing some results and changing the URL that the result links to. We have been doing this using the search-res…
-
https://core.telegram.org/bots/api#october-31-2024:
> - Introduced the ability to add media to existing text messages using the method [editMessageMedia](https://core.telegram.org/bots/api#editmessag…
-
### What happens?
Consider the following program:
```
create or replace function s(str, re, replacement) as table (
(with cte as (select regexp_extract(str, re, ['head', 'tail']) as r)
sel…