-
I've written a little REST server on net/http that's *supposed* to only ever return JSON contents. At least, that's what the parts I wrote do. However, there are certain errors that net/http encounter…
-
Clientside callbacks added with NetworkVarNotify aren't called by the engine when the server changes the value, but as noted in includes/extensions/entity.lua it looks like they were meant to be:
```…
-
Hi!
I have a question about the use of pysnmp and I don´t know if a want to do is posible.
I want to throw raise of a known error code callback.
I´m using pysnmp like runway between a own protocol …
-
Hi, I have a situation where when the instance becomes a leader and when it becomes a follower it has to perform some tasks which could take some time. Is it ok for NuRaft to block the thread which ca…
-
Due to how vanilla callbacks logic works, callbacks that can feature -1 as a valid value in an optional parameter will run all callbacks on trigger. For example, in the case of items, tmtrainer items …
-
### Major SpongeAPI version
12
### Is this likely to be a breaking change?
No
### What are you requesting?
Currently, `Structure` and `Feature` have `boolean place(ServerWorld, Vector3i)`, which …
-
### Vue version
^3.2.47
### Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-izrti9?file=src%2FApp.vue
### Steps to reproduce
Go to [reproduction](https://stackblitz…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Please describe the feature you have in mind and explain what the current shortcomings are?
We're not handlin…
-
something is broken when a signal callback connected to a proxy event itself calls proxy methods:
```python
def test_cb(proxy: CMMCorePlus) -> None:
mock = Mock()
@proxy.events.imageSn…
-
I am making a simple particle system with the mind that garbage collection shouldn't be a big issue, so i didn't bother to use Pool.
```
if (ghost.nextParticle < fixedGameTime) {
/* #IfDev…