-
Maybe we need to keep other keystrokes for this, but if so we can bring this all down to one key in the alternate as well. We have a lot of things that look like delete which are all completely disjo…
-
All JSON structures that exist should be given their own classes. This will greatly improve code clarity and will make development easier.
Some insights:
- All structure-related classes should be …
-
### Description
People are tired of waiting for a match, then having it denied by a player or what happens more often is someone doesn't click accept. In TF2 for example, you automatically join the m…
-
This might be a known limitation and I'm pretty sure it is something one shouldn't be doing when using nogil mode. There is an easy workaround for now to just `PYTHONGIL=1` in such a case, but I thoug…
-
For discussion:
Right now development and staging deployments of story-indexer download the previous day's rss-fetcher generated synthetic RSS file, and download (a random selection? of) 5K or 50K …
-
Hello,
I've recently discovered your project through [https://github.com/abeimler/ecs_benchmark](url) while researching different solutions and implementation ideas for entity component systems. My…
-
### What happened?
While debugging a problem with pods getting stuck in the unschedulable queue, I looked at the code which handles the "unschedulable_pods". It's probably not working as intended and…
pohly updated
5 months ago
-
When Siskin messenger in background mode and then go to foreground some time occurs stream error "Client acknowledged more stanzas than sent by server" in XmppClient connection. Client try connect, bu…
-
Why are command lists per device not per queue?
If you have multi-queue hardware with say separate compute and copy queues, you can't record the final command buffer until submit time, this means d…
-
Hello there!
1. Does the package have an analog of `map` method but for thread beginning? I want to measure the time the thread spends but cannot find a way to catch the beginning of the thread run…