Benjamin Morel
Benjamin Morel
Add additional +1 from me, it would be nice to be able to configure the bundle to keep the transaction open between two tests when one `@depends` on the other.
Now that #5 has been merged, could you please update your PR if there is extra info you want to add, or let me know if you think it should...
Anyone..?
Same issue on Ubuntu 22 Server, and I can't use the fix above: ``` $ sudo chown -R openvpn.network /etc/openvpn/ /var/log/openvpn/ chown: invalid user: ‘openvpn.network’ ```
@higgy999 Sorry, I have deleted the Ubuntu 22 instance since. I then tried on an Ubuntu 20 Server instance, and it worked. Now that you say it though, I had...
Ah, good point. So I can't be sure whether it would have actually worked on Ubuntu 22. Sorry for the noise.
Good point about `TimeZoneRegion::utc()` returning an offset, we definitely need to fix this in one way or another. I did like the fact than you could just get `UTC` from...
@solodkiy I don't think so. You can still construct it manually with `TimeZoneRegion::of('etc/UTC')` anyway if required.
Hi, what's the point of this class? Just avoiding passing `TimeZone::utc()`?
@tigitz Thanks a lot! I now need to get a better picture of how things will fall into place when both Psalm & ECS will coexist in the coding-standards repo,...