Pierre Krafft
Pierre Krafft
As @mindofmatthew suggests, we might want to allow for other input/output than OSC. If that's our goal, the described design doesn't take us there. I personally have no use cases...
I like it a lot! But do we perhaps want two different action types? One for triggering the callback once (on a specific time) and another for triggering the callback...
Hi @cleary, Tidal 1.9.x interops with C++ to use Ableton Link. C++ interop is not so common in Haskell, so the bug might be in GHC. There's a possibility that...
That's a bummer! Does i386 mean that you have some unusual hardware? There is some risk that there is a bug in GHC. But finding a minimal case to report...
Thanks a lot @cleary! If you get stuck, I can try booting a virtual machine with an i386 install to see how it behaves for me,
@lukeautry your PR is released! 😄 Does Auto-import work in .tsx files for you? I can import from .tsx but can't seem to import into .tsx.
Is this what you are thinking of? https://github.com/adamdruppe/arsd/blob/master/jsvar.d or http://dlang.org/phobos/std_variant.html I think we should try to specialize the supported types as much as possible. If the implementer don't need the...
That seems reasonable, and is the way JavaScript does it. But we should add as much metadata as possible to allow the format to do what it needs. std.variant could...
What you described is the strategy pattern I talked about in the first comment. It made me think and I realized that there are goals that are at conflict: Simple...
PainlessJSON will create an object as long as it can be instantiated. If you want to force a value to be present I think you should do that by forcing...