Antonio Facciolo
Antonio Facciolo
> Hello! Thanks for opening up an issue. In order to move forwards with this issue I'll need an example app that reproduces the behavior (https://www.codetriage.com/example_app). I found also this...
Yes, but to do that we should change the name of the plugin, otherwise I get an error when trying to restore the project with `cordova prepare`: ``` Failed to...
In fact I found that also the way to install it described in the README has this problem too... I needed to change manually `"org.apache.cordova.shell-exec": {}` with `"cordova-plugin-shell-exec": {}` in...
Yes, this is the svg in the DOM: And this is the request of the icon sprite: As you can see there is no ORIGIN header, but I don't have...
Hi, yes, it's what I thought too. But I haven't changed my server configuration and the problem was there right after the update of Rails & AlchemyCMS, so I think...
Hi Thomas, no, unfortunately it doesn't work... From the website I am still getting the error. If I open that URL directly to download the file it works. The CDN...
Thank you Thomas, I switched from the master branch to the 7.3-stable branch to be able to test your changes (I had to apply the migrations for the v7.3 before),...
Maybe I have found the problem, my custom file is directly in builds, not in builds/alchemy/admin ...
No Thomas, the problem was because I didn't have the custom.css under `assets/builds/alchemy/admin`, but in `assets/builds`, so than sprockets was precompiling the asset, because I had the entry in the...
I have an unrelated problem to solve before I could publish it to test. In one of my resource section in the admin interface I am getting the following error:...