Sean Lee
Sean Lee
Right now there's no stanfard way to configure it. I believe there is an image-based texture hard coded in channel 1, so you can hack at that if you want....
This line I have a base64 encoded png hard coded into a texture called `channel1` https://github.com/sleexyz/hylogen/blob/master/hylide/client/src/Program.jsx#L224 So you can modify that line with your own base64 encoded png. You can...
ooh... Let's see if it works in NixOS... :p
Use getopt-generics
@schell will get on it! haven't been working on hylogen for a few months, but I'll get back now
Once the monadic interface is completed, uniform declarations can easily be added
I thought I was near complete with a release, and then I realized a fatal flaw in my construction of function definition o_O. Essentially I had one monad for everything...
yeah! it should be fairly easy. There just needs to be a way to reify a term from a 'Nat' at the type level, maybe with typeclasses? Perhaps i already...
I was able to build so far on the v2 branch (on a M1 Mac, Monterey, compiling for x86_64) with just the Faust and LuaJIT script engines. However, I get...
Did some spelunking into the VSCode codebase, and it seems like this functionality is already available OOB! To open `/foo/bar` in the folder `/foo`: ``` /?folder=/foo&payload=[["openFile","vscode-remote:///foo/bar"]] ``` To open `/foo/bar`...