-
I have just installed bash_kernel for some testing and all my cell outputs have `]777;preexec\` before and `: 1` after the output. The `: 1` output is show on a red line. Is it expected?
Example:
…
-
Running `starship.rs`
https://oilshell.zulipchat.com/#narrow/stream/121540-oil-discuss/topic/Running.20starship.2Ers
-
**Describe the bug**
LocalChannel uses Popen(preexec_fn=...) which is described as non-thread-safe here: https://docs.python.org/3.5/library/subprocess.html
This could be replaced by the start_new…
-
## Feature Request
#### Is your feature request related to a problem? Please describe.
Since chruby is implemented in [preexec manner](https://github.com/postmodern/chruby/blob/613a4834049e4d8de…
oesni updated
2 years ago
-
During the development of "(t) Samba shares not accessible - 5.0.6-0 & 5.0.7-0 #2794" #2797 a similarly located failure has been observed. A reproducer system has yet to be reported based on a rocksto…
-
I'm recording command history in certain format into daily log files. I was using PROMPT_COMMAND to save the last command to a file. I was using `echo "$(history -p \!-1)"` to save the last item from …
-
`undistract-me` is incompatible with any other script that relies on `bash-preexec`, for instance [bash-timer](https://github.com/hopeseekr/bash-timer).
That is because `undistract-me` uses variabl…
-
``` shell
$ source .bash-preexec.sh
$ preexec() { echo "just typed $1"; }
$ date
just typed date
Wed Jun 17 16:20:15 UTC 2015
$ function foo() { echo foo; }
$ foo
just typed foo
foo
$ (date)
Wed Jun 2…
-
# Bug report
### Bug description:
I have a python program (let's call it my_prog.py) that starts multiple threads of periodic tasks in one process. Some periodic tasks involvs writing to a file and …
-
Hi there,
I have just updated to the newest version.
I am able to run diarize.py fine but parallel gives me the following error. Any ideas? Thanks
Using Python 10.0.0 on Windows 11 with a 306…