Ted Scharff

Results 12 comments of Ted Scharff

FWIW, I can confirm from local testing (Ubuntu 20.04) that: * tests on `yqna:master` fail with my system locale set to local time and pass when I set my locale...

I'm excited for zoom/pan functionality to exist in Plot! An added consideration: In my use case, to save on data transfer time, I'm downsampling high-resolution timeseries channels to my plot's...

This problem hit me too. There's not way to determine the cause of the fetch error or handle it. I'd suggest either propogating the original error: ```javascript return { error:...

I could really use this feature as well My use case is that I'm runniing an instance of PostgREST to automatically generate a REST API against a postgres schema, and...

I've encountered the same issue. Things don't seem to work very well with a proxy. It serves both css/js resources and the packages themselves from the host and port specified...

@trentearl Awesome! That was the setting I was looking for. Fixed both the web UI assets and the package URLs. @lordakshaya I think adding an `url_prefix` line to your config...

Subscribing because I am also in need of this. Is it still planned?

@palamccc Apologies. Going forward I will try to return falsey values more often.

UPDATE: I also tried explicity setting the WINELOADER environment variable: ```$ WINELOADER=/opt/wine-staging/bin/wine bitwig-studio``` It still shows `wine version: ''`, which makes me think whatever environment loads the plugin does not...