Soviut
Soviut
One thing I noticed is you're trying to add `Tone.Destination` to the chain. But [the docs](https://tonejs.github.io/docs/14.7.77/Destination.html#chain) say > Add a master effects chain. NOTE: this will disconnect any nodes which...
Yeah, I gave it a try myself and it seems that only the first `chain` call is honoured.
Got the same issue. While the fix worked, this should be resolved to allow easier uptake via bower.
I can investigate but I've actually never built a bower package myself. All my bower knowledge comes from usage and reading about similar bower issues in other packages.
I just got bitten by the lack of value prefixing ``` element.css({transition: 'transform 2s linear'}); ``` In webkit browsers, the `transform` value needs to be prefixed as `-webkit-transform`. I figured...
Fire your client.
The problem is I want to always use HTTPException because it triggers `app.onError()` which I use for logging to Sentry. Setting the status code does not do this.
This would be really handy for situations where there are embedded images or complex layouts that don't extract to text. Then the image could be used to run through TesseractJS...
@jack-davies CloudFlare also recently announced further node compatibility, most likely specifically for this situation using the `node_compat_v2` flag, or the old `node_compat` with a `compatibility_date` of `2024-09-23` or later. This...
Even without Steamworks, two major benefits I can see are easier installation and being able to run the app without needing to switch to desktop mode; You're meeting Deck users...