Liam Clancy
Liam Clancy
- Are you running a release or master: master - Issue is about a fresh instance (no data in db) or restart: fresh This seems a known/unfinished issue based on...
Docs: https://jupyter-server-proxy.readthedocs.io/en/latest/server-process.html#specifying-config-via-traitlets When using `traitlets` (in a `jupyter_lab_config.py` file) the declared order of the urls to proxy is used when being turned in to url handlers inside the Tornado server...
AFAIK there is currently not a way to map file extensions to the languages that clang-format supports when using this extension. For example, I use the extension '.es6' for some...
Pages without Frontmatter for `title` or `linkTitle` result in empty entries in the sidebar and list pages. This partial provides additional fallback Titles based on the Content H1 or File...
The docs are ambiguous about combining `ui.sidebar_menu_foldable` with `ui.sidebar_menu_compact` and `ui.ul_show` but the fix is trivial so that the desired number of levels of menus are automatically opened in the...
By default Hugo only return the immediate nested Section of a Page declared by `_index.md` , forcing users to add empty files to walk the directory tree to nested docs....
Using: [email protected] and [email protected]. Provider docs: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener_rule#redirect Add an example and error I made that could probably be caught: ```hcl redirect { host = "other.example.com" port = 443 path =...
Add `aws_iam_policy_attachment_has_alternatives` rule. This rule warns when there are recommended alternatives to the resource, and is _disabled_ by default This recommendation is documented by HashiCorp in the AWS Provider documentation...
### Package name dozer ### Nix package link _No response_ ### Software This binary is available via Homebrew, etc but not in Nix: - https://getdozer.io/docs/installation/ - https://github.com/getdozer/dozer - https://github.com/getdozer/homebrew-dozer/blob/main/Formula/dozer.rb
This PR adds additional matchers for the Postgres module: 1. Postgres Matcher can now match on the combination of `user` and `database` parameters when SSL is disabled 2. New PostgresClient...