Oscar David Díaz
Oscar David Díaz
Hello, pleease install the android API level 27 that corresponds to Android 8.1(Oreo) before execute The Travis CI build.
I'm waiting too :(
Hi everyone, I've been working on this issue and I resolved it doing this in tsconfig.json ```ts "compilerOptions": { "baseUrl": "./", "paths": { "swiper_angular": ["../node_modules/swiper/angular"] } } ``` Note the...
Intenta eliminando archivos con extensión .bak dejados dentro del contenedor: `docker exec -it "$CONTAINER_NAME" rm "/var/opt/mssql/backup/$BACKUP_FILE"` Donde `$CONTAINER_NAME` es una variable de ambiente cuyo valor es el nombre del contenedor...
Great!, if you want, I can work on this and send it to you when you release the next major version, since I'm going to make it for my needs...
I had the same problem today, but I resolved it setting the header Content-Length properly in my http response