-
as title says.
maybe can fixed by specifing `cache` path at [HtmlRenderer/Renderer.cs#L266](https://github.com/RainbowMage/OverlayPlugin/blob/master/HtmlRenderer/Renderer.cs#L266).
-
after 4.1 it dosnt work no more.
-
![capture](https://user-images.githubusercontent.com/25774099/36166703-390d54ea-10a8-11e8-85ec-54f1a6bf0dbf.PNG)
-
Current chromium build is able to parse `const {jobs} = require('/icoparse$1.0.0/src/util')`
Sadly if I try that in the Overlay (produced by my script bundler) it crashes with `Uncaught SyntaxError: …
cking updated
7 years ago
-
There is something weird going on here. I was writing my player bar plugin but without checking 'ACTWS Compatibility' I was not able to gain focus on any of the input fields.
When I did checked it,…
-
## Description
Description of the issue you're seeing.
## Additional information
If available, please include any logs or screenshots depicting the issue you're experiencing.
-
Hello, I recently ported the API provided by `common.js` to an ES6+ class module and published it to npm registry, so it can be imported from a modern workflow with package bundler easier, with more c…
-
When trying to activate the plugin by browsing to the updated version of OverlayPlugin.dll in ACT, I got a .NET framework error about something being isolated in a prior version of .NET Framework. I c…
-
A configuration API that exposes the WebSocket information and ability to start/stop it would be useful in order to allow other plugins to automatically configure themselves correctly, or to start the…
-
Currently sound is played through the browser only, which doesn't work for ACT Discord Plugins. It'd be nice to have an option to be able to play sounds through ACT's APIs instead. This would need a…