Sean Farley
Sean Farley
The code can check for posix but exclude cygwin. From what I have read, cygwin does have a form of UNIX domain sockets but cannot pass file descriptors using it....
> Do these settings help? > > ``` > let g:mucomplete#completion_delay = 50 > let g:mucomplete#reopen_immediately = 0 > ``` They did not help exactly, even if `omni` was the...
The EXIF timestamp does not match the timestamp of the file. Here are the timestamps from various programs. ``` # mediainfo -F image.jpg File last modification date : UTC 2015-12-05...
While searching for a reason I can no longer get BakkesMod to inject on FreeBSD, I came across this issue. Here is how I get BakkesMod to be happy which...
I am not experiencing issues, currently. I had trouble in the past with the screens freezing under Wine, but `unredir-if-possible = true;` fixed that. The xorg.conf options `ForceCompositionPipeline` and `ForceFullCompositionPipeline`...
Other possibilities outside my experience with bhyve: - Expand `loader_fwcfg` to be less specific, so other loader-specific options can be given. - Instead of `bhyve_extra`, move `bhyve_options` to after the...
I need to test the changes later, but I have created a draft PR for it: https://github.com/freebsd/vm-bhyve/pull/49
I could try that, but what is the purpose of this assertion followed immediately by checking if `cursor` is `NULL` then setting `cursor` again and performing that same assertion? What...
Obviously, I need this: ```c assert(!insomnia || coffee != NULL); ``` I wish picom did actively support multiple screens. I would prefer to keep assertions to help provide information, at...
After removing the `assert()`, I was able to find the original SIGABRT. I think this is happening when the monitor that was active when I locked the monitors in xscreensaver...