Sébastien

Results 16 issues of Sébastien

Hi, I run multiple Gin servers on different ports. I would-like to have separate statistics/counters for each of them. Is-it possible dans how? Thanks for your help,

Hi, I try to adapt Ubuntu 16.04 example to 18.04, but floppy is not mount at boot. `boot_command` is: ```json [...] "boot_command": [ "", "", " find_preseed=/preseed.cfg auto automatic-ubiquity noprompt",...

problem

In case of running dazzle script for multiple users, sshd_config have to be updated with others username. The case of existing user in SparkleShare section is not handle.

Hi, I got this error when doing the "ZIP" way : ``` > sudo /home/collins/collins/scripts/collins.sh initdb collins_db_uname collins_db_password Initializing collins database on localhost... Please enter mysql root password. Press for...

What should be the selector for this kind of html code: ```html Firstname John Lastname Doe ``` I would like to fill this struct: ```golang type Person struct { Firstname...

**Describe the bug** `instanceSelector.matchExpressions` does not work as expected. **Version** Operator version: v5.6.1 **To Reproduce** Steps to reproduce the behavior: 1. Apply this yaml: ```yaml apiVersion: grafana.integreatly.org/v1beta1 kind: Grafana metadata:...

bug
triage/accepted

Hi, Please consider providing a provider-level `default_tag` as available on [AWS Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags). This can help reducing redundant code and ensuring a good tag coverage. Best regards,

Hi, I'm working on network appliances which have non-trivial routing setup. I need to be able to choose the source interface for DNS queries. I've already wrote a kind of...

enhancement
help wanted

Hi, Is this provider able to work with the FortiManagerCloud? Regards,

Hi, Examples are written using Go 1.9, and need glide to manage dependencies. Do you know how to use this code with an up-to-date Go version ? BR