Sergey Bugaev
Sergey Bugaev
Hi, I wrote [wl-clipboard](https://github.com/bugaevc/wl-clipboard) as a Wayland alternative to xclip, maybe you'll find it useful.
It absolutely uses the official Wayland protocol for the core functionality and should work with any Wayland compositor. _In addition to that_, it can make use of the GTK+ Wayland...
* What's the point of having `ready()` if it does the same thing as `async { }`? * What's the point of having `poll_state()` if a closure can store its...
Hi @davidedmundson! It's great that you're trying to work on protocol improvements for fixing this race. I've been thinking about issues like the one you're running into, and more, for...
It's a Clang crash — you should report it to LLVM :)
[The file's name is `install_manifest.txt`](https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake)
> My host is Ubuntu 18.04 with kernel 5.3.0-45-generic > I've attempted to collect the core dump as per https://developer.apple.com/library/archive/technotes/tn2124/_index.html#//apple_ref/doc/uid/DTS10003391-CH1-SECCOREDUMPS, but I have not been able to successfully do it....
Can't you run LLDB directly? E.g. ``` $ $(xcode-select -p)/usr/bin/lldb ```
> Are they simply wrappers that end up calling whatever you have on your `xcode-select -p`? Yes > error: process resume at entry point failed: Resume timed out. No idea...
> Also, I see apple/swift-corelibs-foundation and apple/swift-corelibs-libdispatch are available Those are for non-Darwin platforms. On Darwin/macOS, the regular Foundation and libdispatch, which we already have, are used.