Kaito Udagawa
Kaito Udagawa
Rockset: a set of Luarocks rocks for specific Lua version This PR adds a rockset management plugin to luaver. This plugin can manage named rocksets for each Lua version: myrockset_5.2.4...
Making ./luaver executable (#34), which was my PR, revealed to cause various problems. First, that change shows the help text unexpectedly, for instance: https://travis-ci.org/DhavalKapil/luaver/jobs/264895203#L412 Second, combined commands like `. /path/to/luaver...
Exit code is used to handle errors instead of signal. Fixes #29
The following script will not work as expected: ```bash . ~/.luaver/luaver if luaver install-luarocks install 5.3.1; then echo ok else echo Something wrong fi ``` The result was: ```bash $...
Currently, vital.vim is released under [NYSL](http://www.kmonos.net/nysl/index.en.html). NYSL is a bit restrictive counterpart of [Unlicense](http://unlicense.org/) in Japan and a tool to insist "my software, public domain". This license is good for...
**Community Note** * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request * Please do not...
Apple provides GPU-based selfie segmentation via Vision.framework. I made the Vision.framework implementation and now this plugin can work with GPU on Mac. Selecting Vision (Apple) on the Segmentation model instructs...
Building this repo on M1 Mac and modifying obs-backgroundremoval-macosx.zip enable this plugin to work on M1 Mac. I created the binary for M1 Mac. OBS 28 requires plugins to be...
I tried the installer distributed on OBS Forum on MacOS Ventura 13.0 with OBS 28.12 but this plugin doesn't appear on the filters. I'm sure the plugin was installed in...
I've added tart to the official Homebrew repository. https://github.com/Homebrew/homebrew-core/pull/114571