SwiTool
SwiTool
Can you explain how it works ? with comments like how the key looks like, where do you get the challenge from....etc. Is it possible to just get the mp3...
@Coto16 it works with api1 but not api2
Hello @broucz ? Please merge this!
Damn I have the same error since a year and just saw your post. Because of that I must run the minified dev version, which gives a nice red message...
it does not work for me. I still have \x20 in every string with space and \x09 for tabulations, etc. I use this package with webpack and it breaks :/
> Hello, I had the same problem. Figured out that in my case it affected the template strings containing placeholders. > So, I had to change: > `logger.info(`TO BUY: ${x}kg...
Thank you!
It works by replacing this : ```javascript // Load build-in plugins this.buildInPlugins.map(buildInPluginName => this.plug(require('this.buildInPluginsFolder + buildInPluginName'))); // Load user plugins this.usePlugins.map(userPluginName => this.plug(require('this.pluginFolder + userPluginName'))); ``` into this : ```javascript...
Where it doesn't work for you even with the `windows-build-tools`, here is the fix : - Install Visual Studio Installer - Modify Visual Studio Build Tools 2017 (or install if...
> I used the exact same command as barbalex and I received this error: https://gist.github.com/x-Aizawa/cff50adb7f9d4358e35b074a7b89dd42 > > It seems like the error is different than his/her so I haven't tried...