Fred Cox
Fred Cox
I'm having problems using modules that ship files with `.cjs` extension, these config changes should allow these files to be processed as other js files.
This flag just makes it possible to embed FXKeychain inside of app extensions.
This allows the users to client handle connect errors related to certificates, useful, as in the example, when some clients are using certificate pinning to allow them to connect without...
Rebased https://github.com/libimobiledevice/libimobiledevice/pull/1029 Also added - support for xml output for list - exit with error codes
Fixes https://github.com/Carthage/Carthage/issues/2150 Changes the cache dir to owner_name which should prevent 99% of cache failures. The problem happens when I had `github "mcfedr/library" ~> 1` in one project, and `github...
I want to make a suggestion, but looking for comments before working on an implementation, I couldn't find any existing discussion of this. The idea is to be able to...
This adds the possibility to not login to google on the cli, but instead go to the users browser and use his google session, and have it passed back to...
There are two features that join into each other: Browser Login: Open the users web browser, let him login there, and then we catch the SAML. Its slightly annoying, because...
when resolving aliases, some roles might be used that actually don't work right now, this change allows these to just show the account number
The interface for EventDispatcher has changed with Symfony 4.3 so this updates the handler, its still backwards compatible, but can now handle the new version.