Tom-Brian Garcia

Results 94 comments of Tom-Brian Garcia

Thanks for the clarifications. However, I tested it, creating a webhook in Slack, and then filling the channel mapping, and no messages where emitted to the channels... Is the `channel`...

The [documentation page](https://api.slack.com/messaging/webhooks) states : > That URL is your shiny new Incoming Webhook, one that's **specific to a single user, and a single channel**. and also > You cannot...

This needs further work. I finally stopped using `gitbeaker` and did my Gitlab API requests using "raw" node/ts for now. When adding a proxy, `gitbeaker`'s request (=> `got` requests) are...

Oh, and I'm not sure but it looks like a `;` is missing at the end of that part ```java Listener listener = new Listener() { public void onScreenShotTaken(ScreenShotData data)...

Any chance someone has a solution to solve that while keeping code-first approach ?

> I too am having problems with it installing in a clean angular14 project. I'll try to work on it and make a PR soon 🤞

I know it's been 10 years, but if you tried something, had something in mind at some point (or even found a solution !), I'd like to hear it 😄...

As mentionned in the provided [docker-compose (L25)](https://github.com/dperson/openvpn-client/blob/master/docker-compose.yml#L25), you should either add the line `command: 'server;user;password[;port]'` or a volume `./vpn:/vpn` containing your config `.ovpn` file, your certificates file `.crt` and a...

Thanks a lot for that hint ! Starting the script with the `-d` option is exactly what I needed to replace `--up /etc/openvpn/update-resolv-conf --down /etc/openvpn/update-resolv-conf` (moving from testing on my...

+1 for SSH Tunnel option With some hosts you're forced to use SSH Tunnel, so that would be realy useful