Maddy Guthridge
Maddy Guthridge
#### Problem Description When I am searching for the documentation for a function, say `fooBarFunction()`, I will often type `foo bar function` into the search box in order to save...
Example used: [Link](https://duckduckgo.com/?q=australia+population&t=ffab&ia=web) When the extension is enabled, the send feedback button moves when scrolling, even though it should stay put. Disabling the extension then refreshing the page fixes this...
Is it possible to map a gesture to different commands conditionally? I want to make a 4-finger swipe down restore the current window if it is maximised, hit escape if...
Currently, the instructions in README.md recommend installing Rmview using Pip, which can cause issues due to conflicting package versions (some tools I need to use for work have break rmview...
**Describe what happened:** I (the host) have the settings `"files.autoSave": "afterDelay"` and `"files.trimTrailingWhitespace": true` enabled. Whenever a guest tries to type, any indentation on the line they are typing is...
**Describe what happened:** If I am choosing an intellisense suggestion (ctrl+space then up/down), any edits made by a connected guest within the same file as the host will reset the...
Increase type strictness for `where` clause to prevent accidental joins using `and` instead of `&`
Ran into an issue where I was doing an incorrect and clause, as follows: ```py def following(self, user: "User") -> bool: """ Return whether the user is following the queue...
A common bug I've run into is forgetting to add a `.save.run_sync()` to the end of my queries, which leads to no action being taken. Unlike queries which will give...
## I'm submitting a... ```html [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [X] Feature request [ ]...
A course I teach uses `sync-request` to allow students to send web requests to test their server. We do this as teaching asynchronous code is too complex for us to...