Kamil Kisiel
Kamil Kisiel
First I'd like to get the basic editor framework in good shape and implement the standard vi-mode keybindings and editor model. I'm sticking to a subset of the commands in...
I certainly think a modular front-end / back-end would be nice to have.
That's an interesting idea. Would it send a new sentry event for each line written to the log?
So each call to Write() would send a new message? That doesn't quite seem right, because some writers may write data in small chunks. There probably would have to be...
Sure, that sounds good. Feel free to submit a PR with a writer type (you can just call it Writer)
The other problem with the `keepLastValue(summarize(...))` approach seems to be that while it fills in the data on the first render of the page, new data does not have the...
Okay, simple and in hind-sight obvious fix to the above is to change the context.serverDelay to match the resolution of the dataset being summarized. For example if you have 1...
That seems like it could work but I didn't do it that way originally because of concerns around limits of command line length. How about the alternative of using a...
I see, I'm not familiar with bazel so I thought the issue of "hardcoded paths" was just not being able to reference particular files, but that something like temporaries could...
@sletz have any changes been made regarding monophonic synth support since this issue? I am working on a mono synthesizer now and trying to figure out what the best path...