-
(venv) ron@Rons-MBP-14 kiroku % ./kiroku
Traceback (most recent call last):
File "/Users/ron/kiroku/./kiroku", line 7, in
from fire import Fire
File "/Users/ron/kiroku/venv/lib/python3.13…
-
### What version of Bun is running?
1.1.36+ededc168c
### What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
### What steps can reproduce the bug?
Script 1:
```ts
import { creat…
-
I was using your script to cleanup my lab where the Agent wouldn't start or uninstall and it keeps hanging at the named pipes portion. Gonna try to see if it works without, but wanted to let you know …
-
Setup:
```shell
mkdir has_named_pipe
mkfifo has_named_pipe/named_pipe
```
File `a.c`:
```C
#include
#include
#include
#ifdef __EMSCRIPTEN__
#include
#endif
int count_entries(char*…
-
### Issue Description
This is a bit of an edge case. When extracting an image that has a named pip inside, setting the xattr `user.containers.override_stat` for `force_mask=shared` fails. Using `setf…
-
```
Traceback (most recent call last):
File "", line 1, in
import talkey
File "/home/wilbur/.local/lib/python3.13/site-packages/talkey/__init__.py", line 4, in
from .tts import Talk…
-
I will need to make some fixes on the bioconda recipe. But in case you get the following erro
```
ModuleNotFoundError: No module named 'pipes'
```
The solution is to downgrade your Python vers…
-
JIRA Issue: [KIEKER-1673] Add support for reading from / writing to OS pipes
Original Reporter: Holger Knoche
***
OS-provided pipes, especially named pipes, are a easy-to-use, versatile, and platfor…
-
I tried installing ikos using homebrew on MacOS Sonoma (M3 MBP) and after installing and trying to run ikos, I got:
`error: could not find ikos python module
error: see TROUBLESHOOTING.md`
Upon…
-
Hello. On server side. After creation of pipe, calling of method connect, registration of pipe on reading, (multiple reregister on writing) and deregister and disconnect, Handle.drop is not called via…