averms

Results 58 comments of averms

> and I'm not entirely sure what's so special about that particular file only? Actually, linking the other way around (mesa before libvdpau) gives the same symlink error but on...

Yeah it's definitely the `/home` -> `var/home` symlink. > I don't have a Silverblue setup on hand, though I'll look and see if there's a Docker image with a similar...

No it has not been merged upstream to either Vim or Neovim (Neovim uses the same runtime files). Try using `@type` in a comment with and without this plugin.

Oh wow im not getting that on neovim stable. Maybe another plugin or lsp?

this happens on stable too. i got it when running cargo install --git 'https://github.com/rust-lang/mdBook.git' mdbook

Here are links to the various manuals: - - - There doesn't seem to be a cross-POSIX way of doing what @davidgiven wants to do, which is convert a Unix...

Fedora package a fairly crippled version. No hardware acceleration, slow h264 decoding, etc.

Your update broke this package on amd64 Linux. Try running `npm install https://github.com/imagemin/mozjpeg-bin.git` in the official Node docker container (with git installed of course). It fails to use the prebuilt...

Also I don't think the CI is checking this branch since it downloads from GitHub master right? I tested on my own machine though.

No, CMake sets it by default. Try adding ``` include(CMakePrintHelpers) cmake_print_variables(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS) ``` anywhere in the CMakeLists.txt and it will output ``` -- CMAKE_SHARED_LIBRARY_LINK_C_FLAGS="-rdynamic" ``` This doesn't happen on every CMake...