Jacob-Burckhardt
Jacob-Burckhardt
[This documentation](https://www.rsyslog.com/doc/master/tutorials/tls_cert_server.html) says: `We assume it accepts messages only via TLS protected plain tcp based syslog from those peers that are explicitly permitted to send to it.` Despite the security...
[This documentation](https://github.com/rsyslog/rsyslog-doc/blob/master/source/tutorials/tls_cert_server.rst) mentions the use of PermittedPeer, but fails to say where to put it. Please add PermittedPeer to the quote below which comes from the same link. Add PermittedPeer...
[This documentation page](https://www.rsyslog.com/doc/master/tutorials/tls_cert_server.html) says: `PermittedPeer["*.example.net"]` Please add an equals sign so it says: `PermittedPeer=["*.example.net"]` This mistake appears in three places on that page.
### Observed behavior After asking for calls to Blob() it finds a call on line 8 but not on line 7. ``` class Blob { public: Blob() {} // line...
For this file: ``` void f() {} int main() { f(); f(); } ``` lsp-treemacs-call-hierarchy shows something like this: ``` f main ``` The above does not say where in...
### Observed behavior With the cursor on the word joe on line 2, I right-clicked and selected Rename. It failed to rename joe on line 6. Since my program compiled...
### Observed behavior It fails to find references to the variable "i". ``` int main() { int i=0; // line 2 return [captureVar=i](){ return captureVar; }(); // line 3 }...
### Observed behavior When the cursor is on Child::joe definition, xref-find-references finds nothing. It should have found the call to joe in main(). ``` template struct Parent { virtual void...
**Describe the bug** Every few days, it says "Can you please sign in again?" as shown in the screenshot. It also says: > Session ID: 4b975c13-8ae6-e640-343f-41a7b1439384 > Error Code: interaction_required|AADSTS160021:...
The documentation says: > Support for sanitizers > Sanitizers (GCC/Clang) are confused by the stack switches. **The library (and Boost.Context too) is required to be compiled with property (b2 command-line)...