Doug Davies
Doug Davies
+1 if it at least used lesscss-java-1.4.1 (still in snapshot) it would fulfill my needs to support mixins with @import
Awesome. Thanks for the response. I'll look for the release soon. It solves some good issues for us.
I verified that 1.5.1-SNAPSHOT is playing nicely with the maven plugin (at least for our use case). My plugin configuration looks as follows: ``` xml org.lesscss lesscss-maven-plugin 1.3.3 ${project.build.directory}/${project.build.finalName}/assets compile...
I did figure out how to get cordova-advanced-http to work, so that may be my backup plan until this plugin works a little better.
Sweet. It looks like https://github.com/capacitor-community/http/issues/224 handles the iOS timeout and unknown endpoint issues. So now I just need to get timeout to work on browser (not as critical).
Hmmmm. I reported https://github.com/capacitor-community/http/issues/230. This would probably resolve the dns name failure (I hope)? Wonder if it would catch the timeout issue as well. I'm gonna try applying this and...
> Hmmmm. I reported this #230. That would probably resolve the dns name failure (I hope)? Wonder if it would catch the timeout issue as well. I'm gonna try applying...
Even with this patch, the error object returned doesn't have much info. It looks like: ``` {"code":"REQUEST","errorMessage":"Error","line":3,"column":611,"sourceURL":"capacitor://localhost/js/chunk-vendors.fe43fbb8.js"} ``` When I do the logging in the swift file it looks like...
I’ve dumped this in favor of cordova-plugin-advanced-http by using awesome-cordova-plugins. It’s amazing how many of these Capacitor core plugins are broken or lacking functionality.