-
So I was trying to run stringtie on a fish dataset and at first I got a segmentation fault error. I did some research, and saw that this could have been an issue with threads. So I removed the p optio…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Issue description
I had to add this to my zsh configuration;
```
initExtraBeforeCompInit = ''
fpath+=(/…
-
Recently, I extended disni enabling On Demand Paging (ODP) feature. With this feeature, it is practical to register large memory whose size should be hold in long type instead of int. In fact, native…
lynus updated
5 years ago
-
After updating my prompt I get the folowing output when my terminal starts ->
```
Last login: Thu Jan 14 12:47:40 on console
prompt: using bash shell
prompt: a new version of prompt is available…
-
client:
https://github.com/TissueMAPS/TmClient/commit/92e55a6575dcde35e5ef098d292afa94e9ae1988
host:
https://github.com/TissueMAPS/TmServer/commit/579a6b1458ca325b5c992d56b0c540b751fae626
https:…
-
Should this happen?
``` fish
~ > echo foo >&4
~ > Unknown wakeup byte 66 in iothread_service_completion
Unknown wakeup byte 6f in iothread_service_completion
Unknown wakeup byte 6f in iothread_servi…
floam updated
3 years ago
-
SmartDots needs development to facilitate agreed aged reference collections.
An area for reference collections, where everyone has access to test themselves – not invited by a coordinator. One will…
-
### Before proceeding
- [X] I didn't find a similar [issue](https://github.com/werf/werf/issues)
### Version
2.6.4
### How to reproduce
Install werf with homebrew.
optionally restart your termin…
-
I just ran Topgrade and the second to last line was `[1] 75134 segmentation fault (core dumped) topgrade` not sure if I can just ignore it or it's a actual issue.
~~~
░▒▓ ~ topgrade --dry-ru…
-
fish, version 2.7.1
2.7.1
Run two programs and ctrl +z both
Now you have two jobs in the background.
When I type "fg 1" or "fg 2" it doesn't work, but "fg %1" works
How to set it to…