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
**Hello, my friend,** Is there a specific reason for abandoning the PKCE authentication method? I noticed that this authentication flow is generally recommended for SPAs instead of using the authorization...
Oh, I see! Setting `IsPublic` only enables PKCE. The issue I reported applies to SimpleIdServer version 5.0.2 and NextAuth.js (authentication for Next.js) version 4.24.11. I'll test with the latest version...
**Hi, my friend,** I tested using the latest version, 5.0.4-rc1, but I encountered the same results as version 5.0.2. Here are the steps I followed: 1. Checked out the `5.0.4-rc1`...
**Awesome!** I contributed to making it work with signing keys, but I’m not sure if it’s necessary to do the same for encryption keys as well. :)