Borek Bernard

Results 241 comments of Borek Bernard

Just going to use this issue to mention [Sqorn](https://sqorn.org/) which has a beautiful API, IMO – see the [examples](https://sqorn.org/docs/manual-queries.html). It's not that far off from this library though, and sql-template-strings...

I don't think so - maybe just the fact that some JS executed on the page generally slows the process down and the driver doesn't make it to fill in...

It is quite strange. This is what happens to me: 1. Click the menu bar icon, press Up and Down keys – everything works. ✅ 2. Define a keyboard shortcut...

For anyone reading this: - #182 is a similar suggestion, maybe a bit simpler as it would import files entirely instead of specific variables from them. - A workaround is...

@sruthicps Did you fully restart VSCode (not just "reload window" but fully restart the app)? Environment variables are applied once, when VSCode starts, so that might be the reason. Overall,...

If you can come up with a step-by-step guide, feel free to open a docs PR or send us a link to blog post or something. I personally don't use...

Hi, try using `VP_WP_CLI_BINARY` constant, similarly to [these ones](https://docs.versionpress.net/en/getting-started/configuration/#versionpress-config-constants). For example, ``` wp vp config VP_WP_CLI_BINARY '/custom/path/to/wp-cli' ```

So what is the current work-around so that I can use the Tortoise package?