tgirod
tgirod
Also, would it make sense to do the same to manipulate tuple types? ``` const T = struct{ f32, bool, u8}; T[0]; // f32 T[1]; // bool T[0..2]; // struct{f32,...
That's neat ! Hijacking a bit here, but do you plan to work on encryption support at some point ?
Also, on linux if I click a link in the TODO pane, it opens the link inside my web browser, which is not very convenient ...
I don't know if there is still some work done on this project, but THIS. The lack of encryption support is the only thing that keeps me from switching from...
@jimpick not sure I have this right, sorry for the silly question: is your plugin fully standalone, or does it need either beaker browser or node running somewhere?
Damn. Reading the doc about HyperDB, I thought it was possible to write a single page app that could join a swarm and access the shared database. Did I miss...
Something to try, after reinstalling tidal from git repo: ``` pI "velocity" = extractF "gain" . linlin 0 1 0 127 ``` that would extract a `Pattern Double` from the...