Peter Stenger
Peter Stenger
Hi there, Thanks for all your efforts maintaining this project. I am filing essentially a duplicate of https://github.com/microsoft/vscode-containers/issues/108, as this would be an approach for doing this on the Language...
### Prerequisites - [x] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [x] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal Add support for searching text within an...
Hi there, I have an external plugin that I use, and when I update it, I would like to invalidate the cache. This was [discussed](https://github.com/eslint/eslint/issues/16875#issuecomment-1423248549) and [implemented](https://github.com/eslint/eslint/pull/16992) in ESLint. This...
**Please verify that the error is present in the most recent revision before reporting.** **Chapter number or note title:** J.8 **Page number:** 11 **Error description:** typo > Pushing this idea...
I have this formatted snippet produced by `shfmt`: ```bash command \ && command2 && { echo "This is grouped" } \ && command3 ``` I would expect this to indent...
(area/dockerfile, enhancement) I am trying to build a dockerfile formatter. The current dockerfile parser discards comment nodes from the AST instead of adding them, making a round-trip from AST back...
- This automatically restarts the server on a file change (i.e. a save), and debounces it, e.g. if you did a large find-and-replace.
### What is the problem this feature will solve? This would be needed for other language servers to highlight documents (see https://github.com/rcjsuen/dockerfile-language-server/issues/273) > @SNDST00M I believe that we'd need to...
Hi there, I am performing a research project to follow up some of the analysis done in "[A Quic(k) Security Overview: A Literature Research on Implemented Security Recommendations](https://dl.acm.org/doi/pdf/10.1145/3600160.3605164)" According to...
### Is your feature request related to a problem? Please describe. Requirement for https://github.com/mkdocstrings/python/issues/253 ### Describe the solution you'd like - If a repo is loaded with `load_git`, parse the...