Seann Aswell
Seann Aswell
This is a GH specific thing, and would not matter if using GitLab or a self-hosted Git repo, so why potentially break core functionality to accommodate GH? It seems if...
When architecting a solution, you might considering also adding `avif` as an option, as it is the likely successor of `webp`: [https://avif.io/blog/comparisons/avif-vs-webp/](https://avif.io/blog/comparisons/avif-vs-webp/) It's not available everywhere yet, but there are...
Would adding progressive rendering eliminate the need for [blurhash](https://github.com/zotonic/zotonic/issues/2385)?
In case it is helpful to have another option, there is also [MuPDF](https://github.com/ArtifexSoftware/mupdf). It was intended to [replace Ghostscript](https://en.wikipedia.org/wiki/MuPDF), renders [significantly faster](https://hzqtc.github.io/2012/04/poppler-vs-mupdf.html) than Poppler, and can generate previews using it's...
Here, here. Same issue with FreeBSD. Attempted to install `lua-language-server` and received the following message: ``` ...acker/start/mason.nvim/lua/mason-core/installer/init.lua:113: Could not find which release file to download. Most likely the current operating...
Well, FreeBSD and OpenBSD are a bit different than Android. They are obviously proper UNIX systems, not a mobile OS designed to run on a phone. And, a fair number...
Okay, to answer my own question and provide some clarity... Another language server package that does not install is `Erlang`, so I did some investigating. It appears that both [Lua](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#sumneko_lua)...
Same issue... ``` ❯ ./compile/install.sh [0/1] Run test. OS: FreeBSD Arch: x86_64 Compiler: GCC 11.3.0 CRT: libstdc++ 20220421 DEBUG: false .................................................................................................F.. Failed tests: ------------- 1) filewatch.test_2 3rd/bee.lua/test/test_filewatch.lua:67: expected: nil, actual:...
@anoduck, yeah, I'm also playing the making it compatible game...
Will give this a go here shortly, thanks for the update.