Artem Baguinski
Artem Baguinski
This expands on #280 to implement suggestions from [this](https://github.com/Casecommons/pg_search/pull/280#discussion_r52102123) and the following comment. I haven't adjusted the docs yet, want to hear if you agree on the approach first.
otherwise it breaks when scope uses non-default dictionary (the query and highlight use incompatible dictionaries then)
I can see that features can be placed in groups, but what does it mean? Can a feature participate in multiple groups? Can a group be toggled on off? Can...
I would like to translate the strategy descriptions (tooltips in the ui) the same way I translated the titles, but they aren't displayed using I18n.
# Context I'm experimenting with vue-babylonjs as basis for a live visuals programming workflow. The idea is to run a development server (webpack-dev-server with vue-loader), visit the it once (in...
Once I execute `npm link WIP_MODULE` babel can't load a plugin from my main package. If I unlink and `npm install` again all works. Relevant portion of the `package.json`: ```javascript...
Where do I find router external ip for a fenced vapp network? I'm creating a vapp with a fenced vapp org network, connect a vapp network to the fenced network,...
```terraform resource "lastpass_secret" "cluster_token" { name = "shared-linux/dev/${var.cluster_name}/cluster_token" password = random_password.cluster_token.result } ``` creates a folder with slashes in its name instead of nested folder(s): 
say I have commands `hosts` and `services` and I want them both to have a subcommand `list`, how would I do that with `cobra-cli`?
### Description Alert messages sent by PMM installed with the helm chart contain broken links with localhost in the URLs instead of the configured domain name. Related config file inside...