Maxime Robert
Maxime Robert
Hi @matteius. Thanks for your work, but I think it's not completely solving the problem. As you said, it's only "reading" the information from `pip.conf`, but doesn't read the password...
@joshuaellis I've managed to put in place the execution of unit tests on multiple timezones. What do you think?
> If i'm being honest, i'm not keen on the fact we need multiple commands to run tests against different timezones, it feels like something we'll easily miss... Adobe seem...
@joshuaellis I see you already tried using spy [here](https://github.com/strapi/design-system/blob/main/packages/strapi-design-system/src/DatePicker/__tests__/DatePicker.spec.tsx#L411) without success.
I'm not sure it is relevant to commit a minified file, but you can easily create one yourself. For example: https://marijnhaverbeke.nl/uglifyjs?code_url=https://raw.githubusercontent.com/Nijikokun/Diacritics.js/master/diacritics.js
While OpenJDK 8 may still be maintained, it's no more available in Debian repository since Debian 10. Because Debian 9 is not maintained anymore, there's no way to have a...
Well, IE6 survived a lot of newer browsers. Was staying compatible with it a good decision? Then, for you, that's OK to stay on old JDK version to not benefit...
There's no Debian issue, only a Nexus one. Instead of debating on how long which version of Nexus/OS is maintained or not, what's the reason NOT to make Nexus compatible...
Hi, it seems to be an Android N-related issue as explained [here](https://stackoverflow.com/questions/38200282/android-os-fileuriexposedexception-file-storage-emulated-0-test-txt-exposed) and [here](https://inthecheesefactory.com/blog/how-to-share-access-to-file-with-fileprovider-on-android-nougat/en). Two solutions: - change your targetSdkVersion to 23 or lower. It is the easiest solution, but...
Indeed the https://github.com/Smile-SA/cordova-plugin-fileopener/pull/18 PR is pending as I have no time nor any project to test it against. I could merge it but it seems risky without further testing.