Luc Boissaye
Luc Boissaye
Hi @MrTomRod, I've found this: https://gist.github.com/muuvmuuv/f1a0e7b6a6a02c2253dc92350eab7607 and used it to create this docker file: ``` FROM debian:stable AS builder ARG version='1.21.0' ARG modules_dir="/nginx_modules/" ARG build_dir="/usr/share/tmp" # Setup RUN apt-get update...
If you are getting the same error on new ( giving default params from the url) you can do this :+1: ``` module CanCan class ControllerResource alias_method :original_resource_params_by_namespaced, :resource_params_by_namespaced_name def...
De rien ! It works, but on my projects I moved to cancancan.
Hi, I was able to get something like this with symbolic links: ``` mkdir app/svg cd app/svg ln -s -r ../../node_modules/bootstrap-icons/icons/ boostrap ln -s -r ../../node_modules/@fortawesome/fontawesome-free/svgs/ fontawesome ``` ``` svgJar:...
Hi @Techn1x, I have the same issue on my side, I could create a sample reproduction: ``` import Service from '@ember/service'; import { task, timeout } from 'ember-concurrency'; export default...
Hi @Techn1x, I think this is a limit of typescript... I did a lot of trial and error on the typescript playground, and here is a workaround that could work...
Hi @keva91, We are currently working on a new version for android. That should be ready in a few days. If you can wait for this it will be easier....
Hi @keva91, Can you test this ? https://github.com/spoonconsulting/cordova-plugin-background-upload/pull/153 Thanks. Luc
I think you will have to store the list of upload in your side. We are trying to keep the plugin as simple as possible and thus you should manage...
I think this is expected. You should check the status code on your side. You will only get a failure if the request did not went through.