Wouter de Jong
Wouter de Jong
@gnugat try with a line number search pattern. As that's the only strategy registered _after_ the PHP search strategy (I forget about the priorty argument my previous comments). https://github.com/gnugat/redaktilo/blob/master/src/Gnugat/Redaktilo/Service/EditorBuilder.php#L86-L89 With...
A windows alternative is: ``` php if ($this->isWindows()) { exec('where '.$command.' 2>&1', $output, $code); } // ... ``` Please note that some commands have bugs (e.g. `tar` doesn't support paths...
I'll take a look at this today, if no-one else is working on this.
IE10 does support flexbox model (with a prefix). Maybe add it in the README file?
Hi @ihucos. I'm trying out counter on my GitHub Pages hosted website and I can confirm this issue. Looking at my network tab, I can see the `Referer` header of...
Unfortunately, that appears to be also not that straightforward. See https://github.com/ihucos/counter.dev/pull/40#issuecomment-951045530: > One of the ideas behind counter is that the client is responsible for defining what an unique view...
> Maybe could we use the same strategy and append the token to the DB name in DATABASE_URL? The current strategy/idea is to use `$TEST_TOKEN` in the db name. You...
Hmm, wait. That wouldn't work in the e2e case, as `TEST_TOKEN` is only available in the process running the test. But the application-under-test is not run in the same process....
I have been playing with the `web-auth/*` packages and webauthn (using the Krypton app, as I don't have a physical key) before. From my findings, the best solution would be...
Yes, no need to rush. Someone on twitter [proposed this idea](https://twitter.com/cyril54/status/1429711339598094340) and I just wanted to quickly share my thoughts on this, in case someone wants to work on it...