Rémi Ferrand

Results 19 comments of Rémi Ferrand

I've found a fix for my problem by calling `rootCmd.SetArgs([]string{builderCmd.Parent().Use, builderCmd.Use})` just before `builderCmd.Execute()` Here is my current solution: ```go func buildAllRun(cmd *cobra.Command, args []string) error { // Get all...

Damn, I've just discovered that #1168 existed which was exactly what I'm trying to do. Problem, even after reading this issue, I'm not really sure If my solution is the...

Same problem using a Linux desktop (with Brave browser) and Android (with Brave browser). The test was performed with only two `.txt` files at the root of the directory I...

> @riton Hi! Just to confirm - did you select both files, or the folder that they are in? I've _dragged and dropped_ the folder from `Thunar` (my file manager...

Hi, I've tested the proposed patch on ``` ❯ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy ``` with `xdotool...

#43 adds hiera support but does not allow one to take advantage of `deep_merge` behavior that could be provided by using `hiera_hash` function.

I've quickly developed a version of the `Command.handle()` function that has a switch to _read a response_ from `livestatus`. See https://github.com/ccin2p3/go-livestatus/blob/feature/cmd_read_result/command.go#L95 I may be missing something. Maybe that there is...

For information, I've tried to reproduce the problem with the [`livestatus.py`](https://github.com/naemon/naemon-livestatus/tree/master/api/python) python API using [this example code](https://github.com/ccin2p3/go-livestatus/blob/c4c933b9e33b57db2edb55e2e0e2be1035bb0bf1/vagrant/python-livestatus/example.py). I was able to reproduce the problem. I'm starting to doubt that `go-livestatus`...

Hi @jonrober , About 1 year ago, I've started working on this very ACL scheme as described in those mail archive: - http://mailman.mit.edu/pipermail/kerberos/2014-August/020080.html - http://mailman.mit.edu/pipermail/kerberos/2014-August/020082.html It was just a Work...