Florian Hülsmann
Florian Hülsmann
Just saying, Shaman works for me over IPv6 and I could run it listening on an IPv6 address, just not in parallel to listening on an IPv4 address inside the...
@dvzrv you could use ```sh pkgbase=vst3sdk # find latest version: curl -I https://www.steinberg.net/vst3sdk | grep -i location _fullver=3.7.5_build-44_2022-05-19 pkgver=${_fullver%%_*} source=("$pkgbase-$pkgver.zip::https://download.steinberg.net/sdk_downloads/vst-sdk_$_fullver.zip") ``` then drop everything except `vst3sdk` ```sh prepare() { #...
I found this issue after getting a JSON parser error even though I provided a YAML config. Isn't YAML basically a superset of JSON, so using only a YAML parser...
> I'd say dropping VST2 is a show-stopper currently. @pljones since [Steinberg dropped VST 2](https://forums.steinberg.net/t/vst-2-discontinued/761383/2) earlier this year, would you still consider that a show-stopper? It would be really cool...
@kdoren just curious, how are you dealing with #1210 or are you not dealing with that at all? We'd like to package JamTaba for Arch Linux but the missing license...
> On Arch Linux, installing glew-git from AUR works. I can confirm this!
@icehong perfect, thanks for providing this! What's the reason for not including it in the game APK?
I just found this project today. Being a long-time e-drummer and open source enthusiast, I'm gonna try to build this some time and put more efforts into building an open-source...
I'm currently having the issue that the featured image of blog search results don't render, because they are usually created by gatsby-transformer-sharp, which populates the MarkdownRemark nodes with special fields....
Same issue here. /root/hexonet/acme.py is my custom custom hooks scripts which puts a given ACME challenge in the TXT record. It worked a while back but now it doesn't (latest...