Yoann Gini

Results 25 comments of Yoann Gini

@delcroip Don't worry about the SAML config, it will be easily done by people used to SAML. It's not for end user or IT wannabe. It's a feature usable by...

Still needed indeed. And one of the main reason why I've stopped using Dolibarr

My two cents on this: OpenID Connect is way more suited when we talk about federations for public services such as Twitter authenticated with Google. SAML is the protocol more...

Hello Thanks for this commit but this way of doing things will break if the user home folder is `/Volumes/Users HD/Users/ygi`. Eventually using `~ygi/Library…` should be a better solution, can...

Indeed, you can filter your sudo rights to be more restrictive, but that mean heavy testing on each new homebrew version to discover new wonderful idea they got… Homebrew is...

Awesome! As I told you in London, as soon as you know what you want for the futur of MunkiAdmin (regarding UI and feature) just send me a message, I...

Here is a sample code that you should use to manage your full screen state as a real kiosk mode: ``` SetSystemUIMode(kUIModeAllHidden, kUIOptionDisableAppleMenu | kUIOptionDisableProcessSwitch | kUIOptionDisableForceQuit | kUIOptionDisableSessionTerminate); [self...

> I also don't use Homebrew - but it's trivial to build and install Vapor without: > > > > ``` > > git clone https://github.com/vapor/toolbox > > cd toolbox...

@souryavarenya @slimcdk under `customizations.vscode` you can put the content of your whole code-workspace file basically (settings, folders, extensions, etc.) This replace the code-workspace for your devcontainer