Manuel Tancoigne
Manuel Tancoigne
ok, I understand that :) My intention was to find a place to chat, as the issues are not really meant for it...
Hi ! I have the same message under Linux: ``` Path passed to JarFileSystem must have jar separator '!/': /home/user/.local/share/JetBrains/Toolbox/app/View/toplevel/Couchbase\\ViewQuery.ctp ```
No problem, I'll try to fix this this week.
Hi ! For the arguments, do you prefer `options` or keyword arguments ? For `html`, this was a mistake on my side in the README, it should have been `false`....
Hi! I think i'm ready with the changes.
@jolafrite I created a [repo](https://github.com/el-cms/nativescript-vue-appium-example) with a sample setup for Nativescript-vue + Appium, if that can help...
Hi! **TL;DR:** - I agree with @joostdekeijzer that selecting the source file on every update is a pain (i'm now _cleaning_ my translations, so i update the .pot file on...
From the 2.x CLI: `svgo --help` ```txt Usage: svgo [options] [INPUT...] Nodejs-based tool for optimizing SVG vector graphics files Arguments: INPUT Alias to --input Options: [...] --config Config file or...
As per the README, about JSON configuration, "If plugins field is specified default list is fully overrided". The other possibility would be to use a javascript configuration file to keep...
`extendDefaultPlugins([…])` is available in JS configuration files, as the methods returns the default list. I'm not sure SVGo handles raw javascript from the `--config` option. I'll check this