Josiah Savary
Josiah Savary
No problem. I don't mind using multiple `json5` configs. But is there a command line option that allows you to specify which config file to use? I can't seem to...
At the moment, at least this is possible: ```bash curl https://raw.githubusercontent.com/livepeer/go-livepeer/master/install.sh | bash ``` We def get on brew and/or add an `update` command
Thanks for the response @bandersongit! I'm happily using plain old dune + opam in my project, so unfortunately, switching over to esy would be a bit of a hassle. I'll...
Very excited to hear that! I’ll keep my eyes on this issue for any updates. Thanks!
Small update 🎉 While these packages are not yet published on opam, as @bandersongit pointed out, they do have properly formed opam files. So it is possible to install and...
Thanks for the alternate implementation @thangngoc89! FWIW, I've been using the [reasonml docs](https://reasonml.github.io/api/Queue.html) as a stdlib reference. When I realized `Queue` references broke my Sketch, I just copy-pasted the [vendored...
@Drup Thanks that's exactly what I needed! Not sure why `bsb-native` is using a weird out-of-date version 🤷♂
@cjke a PR would be great. That looks like the right spot to me!
I'm going to take a look right now and get to the bottom of this 👍
In WGSL, how are we able to access a single texture in an array of textures? A binding such as this seems valid: ``` [[group(1), binding(0)]] var textures: array; ```...