Romain Aviolat

Results 19 comments of Romain Aviolat

Hi Flavio, I define all the hosts inside the inventory file (hosts) that's where I add them inside specific groups. the roles for the specific groups are assigned in servers.yml...

@necouchman I updated the PR description with what I tested, let me know if there's something else I should check (I don't have a VNC server close to me but...

Ok I saw an issue, RDPDR is not working with Bullseye as the base image, guacamole-server always fails with the error `Cannot create static channel "name": failed to load "guac-common-svc"...

So it looks like that FreeRDP searches for plugins in the following path `/usr/lib/x86_64-linux-gnu/freerdp2/` instead of `/usr/local/guacamole/lib/`, despite the `LD_LIBRARY_PATH`env variable being correctly set. I've pushed a quick and dirty...

> Beware that the latest two commits don't follow the convention we use for our commit messages and will need to be updated or squashed into that first commit. no...

Hi, 1. I confirm that using `` works ! Thanks ! (I can submit a PR for the README if you think that might be useful for others). 2. I'll...

Same issue here, I'm not using numbered lists for now to have a consistent rendering on Confluence. @kovetskiy I'd like to help with this issue but I'm new to this...

@kovetskiy sure! Take as input the following Markdown file (which according to my MarkDown linter is valid) ```md # Header1 Some text1 * list item10 * list item11 # Header2...

@rarkins as suggested in #8126: I wanted to give this feature a try, first I wanted to evaluate if that was easy to implement or not as I wasn't familiar...

After thinking a bit about this, with my current Renovate setup in mind (self-hosted, 50 repo, multiple languages); I don't think that doing and extra call per dependency to upgrade,...