Jordi Masip

Results 38 comments of Jordi Masip

Any ETA of this on master? Looks awesome!

I think I need to improve the README :P The k8s example is not just how to deploy wireguard in a k8s cluster, it also contains the additional configuration to...

Fixed in `latest`. You will need to uncomment this line in your docker-compose.yaml: https://github.com/masipcat/wireguard-go-docker/blob/93a1aa175adcb0ed6a2867d44ffc98e6e5d2d4db/docker-compose.yml#L17-L18

Which OS are you using? I can't reproduce this error

By the way, as a workaround I'm monkey patching the `onpaymentauthorized` inside `onShippingContactSelected` and it works fine: ```js function monkeypatchAdyenOnpaymentauthorized(event) { // Monkeypatch onpaymentauthoized Adyen's implementation to be able //...

It seems that when not using a transaction (or using the same connection explictly) each `database.execute()` returns the real connection to the pool. Forcing to use the same connection using...

Hi @LucidDan, I've done a quick review and it looks really good! I'll do a proper review when I come back from the holiday in about two weeks. Let me...

If you want to the change, feel free to open a PR. Otherwise, maybe I can take a look in the following days. As a workaround, I think using a...

@exitcomestothis I run Proxmox 7 with ZFS as well and found the same problem a couple of months ago. I reviewed my notes and I noticed that apart of applying...