Edd Barrett
Edd Barrett
Hi, Whilst porting for OpenBSD, I realised that fs-uae uses `_ftime()`. Would it be more portable to use `gettimeofday()`? [Patch](https://github.com/jasperla/openbsd-wip/blob/c196ee9e54e2483dcdb6c46f5922c061173e625b/emulators/fs-uae/patches/patch-src_blkdev_cdimage_cpp).
See [here](http://eab.abime.net/showpost.php?p=1415465&postcount=5). Thanks!
Hi, Updating our OpenBSD package to the latest stable version (1.20.2). One test hangs. ``` 2022/07/07 06:17:14 INFO: TCP listener (127.0.0.1:19275) starting panic: test timed out after 2m0s goroutine 35...
**Is your feature request related to a problem? Please describe.** I use `tig` to see where my branch is relative to another branch (typically main). I'd like to switch to...
Hi, Given an artist or album, would it be possible to find similar music in your collection from within shuttle? Thanks
Hi, Found your plugin today and ran into the following. First my config snippet: ``` use { "folke/trouble.nvim", config = function() require("trouble").setup { fold_open = "v", fold_closed = ">", indent_lines...
Having seen [this](https://github.com/str4d/rage/pull/64/files), I was trying to figure out how pinentry support works. Specifically how to choose a different pinentry. Is it possible? Should this be documented somewhere? In the...
``` fremen:mtm> make cc -O2 -pipe -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -o mtm vtparser.c mtm.c -lncursesw -lutil In file included from mtm.c:40: ./config.h:81:10: fatal error: 'pty.h' file not found #include FORKPTY_INCLUDE_H ^~~~~~~~~~~~~~~~~...
### Work environment - debian x86_64 - Today's main dev `48bed798240e` ### Expected behavior Modifications made in visual mode should be updated in visual mode display and `px` should show...
Hi, This was discussed on the mailing list(http://article.gmane.org/gmane.mail.imap.offlineimap.general/6647). I will duplicate the main info below. I am running OpenBSD-current/amd64. ``` I am having problems with offlineimap occasionally hanging. The problem...