-
I'm aware that there's already an issue opened about 1.18 support, but I think you need another reminder.
Seriously dude, if there's ever gonna be a 1.18.2 smooth chunk animator, we need you to ste…
-
Thanks for this great app! I love it.
In fullscreen mode (with gnome), the cursor is showing. Is there a way to hide it when it is not moving?
Thanks in advance!
-
```python
from beartype import beartype
class MetaFoo(type):
def __instancecheck__(cls, other):
return g()
class Foo(metaclass=MetaFoo):
pass
@beartype
def f(x: Foo):
…
-
I'd like to implement and create a PR for a Laravel style wp-cron worker.
The idea is to constantly keep WordPress loaded in a separate process to avoid allocating and de-allocating memory every ti…
-
My understanding of Cavalcade's architectural model is that it was intended to remove the dependency on page-view-triggered behavior within WP-Cron. However, I'm seeing that a significant percentage o…
-
Moved from humanmade/Cavalcade#116 per @kovshenin's [comment](https://github.com/humanmade/Cavalcade/issues/116#issuecomment-1224886054) on that ticket.
When viewing any page on a site where AWS An…
-
Add Altis packages to composer file
- ~[x] `altis/core`~ #17 (not required because Accelerate has core included)
- [x] `altis/cms` #20 (had to use [`jazzsequence/altis-cms@12.0-beta4`](https://gith…
-
Hello, I'm the maintainer of [cavalcade in AUR](https://aur.archlinux.org/packages/cavalcade). Thanks for developing this utility.
Do you plan to update [release tags](https://github.com/worron/caval…
tocic updated
2 years ago
-
`Fatal error: Cannot declare class QM_Activation, because the name is already in use in /chassis/content/plugins/query-monitor/classes/Activation.php on line 0`
When I try to network-activate this …
-
What back-end performance issues, current or potential, do we need to consider improving?
Server response time is the top issue raised by Lighthouse when running locally. Obviously that's affected by…