Mathieu MD

Results 51 comments of Mathieu MD

Indeed, that would be nice to purge old backups by default!

(In case it could be important, I should explicitly say that `example.net` is actually `foo.example.net`)

Even if I set only `pki_default_realms` for this host (which overwrite the default `domain` realm), it's certificate still get signed by our Debops CA! I really don't understand why. 🤔...

My colleague had the same problem, and we had to manually edit the database to replace the value of field `plugin_order_orderstates_id` in table `glpi_plugin_order_orders` from `4` to `1`: ```sql --...

A very nice tool is [Geolocator](http://tools.freeside.sk/geolocator/geolocator.html), which allow –among many other features– to set the `|heading:` attribute. Regarding Bing, I'm really not a Microsoft-fanboy me too, but they [allowed Bing...

Do you know if there is any way to let Java know how to launch my browser? An old (2008) [discussion on StackOverflow](http://stackoverflow.com/questions/248534/open-browser-window-from-java-program) seems to suggest to use [BrowserLauncher2](http://browserlaunch2.sourceforge.net/) in...

Using the [template method](https://commons.wikimedia.org/wiki/Commons:ComeOn!#Templates) used by _ComeOn!_ could be an idea: ``` #foreach ($keyword in $keywords) #if ($keyword.startsWith("Category:")) [[$keyword]] #end #if ($keyword.startsWith("{{") && $keyword.endsWith("}}")) $keyword #end #end ``` (from [comeon-templates/velocity/information.vm](https://github.com/edouardhue/comeon-templates/blob/master/velocity/information.vm))...

Read the [Options of README.md](../blob/master/README.md#options) or see [comment #231023101](3#issuecomment-231023101).

Sorry, I completely missed these options! I don't see any effect of `Display hint for form fields`, where is it supposed to be applied? +1 for the realtime search field.

> I think this should be part of our on-boarding process: know if this is an "advanced" user (and check this option) or a beginner/unfamiliar one. Good idea!