-
Seen this in four crash reports with v1.1.x:
```
1:42:15 DEBUG init app:__init__:818 Initializing application...
01:42:18 DEBUG ipc ipc:send_to_running_instance:435 Connecting …
-
For example, we have started a container named test, and the init process' id is 14821.
1. [ipc] joining container test's ipc namespace together with user ns:
```json
"uidMappings…
-
Script modules periodically check state but this checking could be expensive to run.
OTOH ipc modules always react to external signals.
But some applets are a mix of *show me the current state* …
-
## Is your feature request related to a problem? Please describe.
I would like an option to have polybar wait for the ipc socket of i3 to appear (polling or inotfiy) with configurable timeout.
I'm…
-
my main goal is to move a container from anywhere in the workspace back to workspace level but:
- `move container to workspace` does nothing when same workspace
- `[con_id=x] mark --add a` does not …
-
### Describe the enhancement requested
Both Arrow IPC and the Parquet format allow optional compression of data buffers.
Currently, the heuristic used in the Arrow C++ codebase is simple: try to com…
-
# New feature
**Branch:** `#2-list-local-directory`
To test Electron's Inter-Process Communication (IPC) within the main and renderer process, a first approach is to list a folder's contents, notably …
-
Apache arrow cannot read Float16.
A query example that triggers the exception `def output = float[16, 12], float[16, 42.5]`
```
Unhandled exception: System.NotSupportedException: An ArrowArray cann…
-
One example from https://paste.sh/LwlXNbkD#GFVUcztjTpQbNpZoVKg4SDmI:
```
==130127== Thread 57 LayoutThread Pip:
==130127== Syscall param sendmsg(msg.msg_control) points to uninitialised byte(s)
==…
-
I'm trying to deploy GrimoireLab on OpenShift (using the supplied Kubernetes scripts), but I'm getting security errors.
For example, when tyring to deploy the esnode Statefulset (in file 12-es-sts-…