-
Now Thread Pool for Remoting is publicly accessible, and there are lots of misuses in plugins. The approach should be improved.
Proposed changes:
Restrict the public field
Add method, which allows…
timja updated
7 years ago
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.426.3
OS: Linux - 4.14.336-178.554.amzn1.x86_64
Java: 17.0.9 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
---
…
-
- What version of docker are you running?
```
root@ip-10-202-10-253:~# docker version
Client:
Version: 18.05.0-ce
...
Server:
Engine:
Version: 18.05.0-ce
```
- What version…
CpuID updated
5 years ago
-
On arm64, `sizeof(impeller::Command) == 440`. We might benefit from trimming that down since a lot of the the size of Commands are from optional data that is not usually used. Some of them, like `Co…
-
I see incremental_locks taken upon entity enumeration and they are checked by assert on create and destroy_entity in order to detect accidental attempts to modify the entity collection while enumerati…
-
I'm currently working with an engine that gives me (temporary) mutable access to certain things I want to use in my "systems", which are confusing / frustrating to add to the ECS as resources. I'm als…
-
Actually i dont know if it makes sense to post this here... i get the feeling that artemis is quite dead and the only contribuer left is @DaanVanYperen
We all know that artemis is not thread safe …
-
Please have a look. There are too many errors so I can't post it here. Thank you.
-
Hi,
I am having problems in Solana Playground build for my code for the below codes. Can you make these libraries available on Solana Playground please ?
```
use specs::prelude::*;
use specs::{…
-
Ideal: ECS with ECR via Ansible supported by RMS ?
Backup idea: AWS CodeStar ???
Questions to drive research:
1. Can these services scale down to $0 cost when nobody hitting them??
2. What…