Dimi Kot
Dimi Kot
I did some more investigations, here is what's happening: 1. Setup: a docker container with pgbouncer, a docker container with pg, and a client script running somewhere. 2. The script...
@ianstormtaylor could you please take a look? This is a pretty straighforward change.
@ianstormtaylor :pray:
@ianstormtaylor 🙏🙏
I think I broke it in the old PR https://github.com/ianstormtaylor/superstruct/pull/629 actually (this is likely where `{ '0': 0, '1': 1, '2': 2 }` behavior was introduced first), so in the...
Here is the patch, just apply it (this patch applies behaviour the same as phpStorm does when indenting a selection with Tab or Shift+Tab): ``` // selections will always add/remove...
There seems to be a bug in the current PR BTW - it's not enough to just add one `if` in `gql()` function, one needs to track ALL pieces of...
@lanwin, I wrote an extension which wraps `gql` and is a slight improvement of your approach. To use, just replace `import gql from "graphql-tag"` to `import gql from "gql-dedup"`, no...
Personally, I like (2) a bit more. Because now there is only one single "convention" to work with vzfirewal - its "FIREWALL" section in *.conf (possibly commented - no matter;...
I believe the main veth benefit is that it's a "full-size" network interface device (in contrary to venet) which could be configured (and reconfigured) from inside a container. So it's...