-
OLD idea about shorter way of handling of IPC errors (most common types of unexpected errors in webgpu stack):
Very common pattern in webgpu code is:
```rust
if let Err(e) = sender.send(WebGPUR…
-
As reported by @foxxx0:
> passed an URL with a trailing newline to the ipc socket
```pytb
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/qutebrowser/misc/ipc.py", …
-
Maybe POSIX IPC has something. If so maybe the libraries could rewritten using that. Maybe we should get off system V anyway. Maybe POSIX would give us longer message queues (or is having these smalli…
-
Working on a project where there's some concern over making things async signal safe. It looks like to do that, we'll need to send slog records to a separate process which can then handle writing etc.…
-
We have prebuffering available for parquet files currently and somewhat enabled for IPC files (soon to be more fully enabled). While the reference documentation is pretty solid for the feature we sho…
-
### What happened?
Since there was no release already pre-built for Windows x64 (which has been discussed at length in other issues), I [downloaded a CI build from this link](https://github.com/input…
-
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-…
-
When scanning an IPC file the finest resolution we can read currently is a record batch. Often we are processing relatively small slices of that batch in an iterative fashion. This means we sometime…
-
- [x] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
- [ ] I have uploaded Diagnostics
- Diagnostics ID:
### Expect…
-
pyarrow 4.0.0
```java
File "/home/ftdb/anaconda3/lib/python3.8/site-packages/pandas/io/feather_format.py", line 127, in read_feather
84 def read_feather(
85 path, columns=None, use_thre…