homedirectory
homedirectory
There is an API endpoint at `https://address:port/api` and I can see HTTP traffic hitting that endpoint. Yet I could not find any reference to the API documentation.
I have the following commands in my `.vrapperrc`: ``` inoremap nnoremap a inoremap nnoremap a ``` And the official documentation says: **Similarly, Alt (meta) characters are mapped by using \...
## Purpose I wanted to use this tool in combination with Burp Suite, but there was no proxy argument for the script, so I implemented proxy support. ## Goals It...
GPT Engineer collects user data, namely user prompts among other metadata. This fact is not mentioned in the README, nor is it mentioned that you can opt out by setting...
The existing method signature has 2 limitations: 1) There is no way to listen to diagnostics reported during a successful compilation, unless compilation fails with `CompilationException` which provides access to...
### Description **8.3 Associativity and Commutativity** The following pattern matching abbreviations are defined in such a way that causes a recursive expansion: ```lisp ;; Define n and m as numbers;...
Added a JSON file that can be used on http://www.keyboard-layout-editor.com
I found the lack of specifying multiple distinct parameters to a token limiting. For example: ```java derive(Var).to(token.with(String.class, Integer.class)) ```