-
**Describe the bug**
Launching `xpra start ...` on an X11 host. Trying to use `xpra attach ...` on a wayland client with display scaling (150%). Windows get displayed on the wayland machine but are…
-
@joshpavlovich commented on [Mon Aug 12 2019](https://github.com/agex-inc/android.herd/issues/287)
-
### Problem Description
Ships are currently governed by a large set of booleans and target-pointers to determine what a ship is doing and that get evaluated each frame. I feel that moving to state-…
-
[This gist](https://gist.github.com/waxlamp/5966f1d2290c218f5fc51354b01069ca) demonstrates how Pydantic validation errors can indicate the exact value within the "tree" of values caused a failure, its…
-
**systemd version the issue has been seen with**
> systemd 248 (v248.3-1.fc34)
**Used distribution**
> Fedora release 34 (Thirty Four)
**Linux kernel version used** (`uname -a`)
> `Linux h…
-
There is are [machine-readable format](https://lua-api.factorio.com/latest/json-docs.html) for the factorio api.
Could your extensions use this? It should be easier than to scrap the html documentati…
-
As I went through an exercise of converting questions to JSON, I discovered there are some questions where the person implementing the questionnaire may want to populate the responses with a different…
-
# Context
Currently, we embrace markdown, which is the default way to consume a smart contract using the `Render` function and the official website.
I propose extending markdown, so we preserve …
-
When executing the `DESCRIBE EXTENDED ...` the KSQL REST API returns an answer with several fields related to statistics, but the content of these fields isn't machine-readable:
```
"statistics":"c-…
-
I think we could use tracing + + tracing-subscriber + tracing-appender for logging.
tracing is like the crate log, while tracing-appender provides non-blocking writer implementation (…