Daniel Kasper

Results 9 comments of Daniel Kasper

I don't know unfortunately. I've seen your changes in `.github/workflows/main.yml` - that should be it. @kamilkisiela could you have a look?

We need this as well. Would be nice to have :)

Would be fantastic if .json5 ([json5.org/](http://json5.org/)) documents also gets in consideration. Looking at the [npm](https://www.npmjs.com/package/json5) weekly downloads, this standard has a quite significant user base.

In my specific case: In our CI/CD system when we prepare the environment we have to add this additional global installment. It would be easier in the configuration to have...

+1 but - [ ] Android implementation missing - [ ] I get that in the iOS implementation your new `serviceName` property is actually used as serviceName for the KeychainWrapper,...

Can you elaborate your question? ionic-appauth is supposed to help you integrate the OpenID AppAuth flow in ionic apps. All the UI elements and thus translations must be provided by...

As it is possible to link to a audio file without extension, I think, we should have a more flexible solution - at least to not break existing behaviour. It...

My current workaround is to strip the markdown-links with a regex: ```javascript /** * Deletes the markdown link and replaces with the link description * @example '[link description](www.example.com)' is transformed...