Lenny Critchley

Results 17 issues of Lenny Critchley

When performing actions such as opening new files, and closing buffers I get errors like this: ![image](https://user-images.githubusercontent.com/57148878/120043409-d079a500-c003-11eb-8c8c-5d69dae48dea.png) I have [the workaround](https://github.com/godotengine/emacs-gdscript-mode#known-issues) in my emacs config, but it doesn't seem to...

bug

This PR fixes some minor typos in `Emacs_On_Windows.org`.

This PR aims to implement mouse button 4 and mouse button 5 support. This is my first time really diving into the window code, so let me know if there...

WIP

When attempting to run `~/.itch/app-25.5.1/itch`, the following error occurs: ``` 14:29:48.799 INFO [email protected] on [email protected] in production 14:29:48.800 DEBUG (m/reac/preb/load-preferences) imported preferences: {"downloadSelfUpdates":true,"offlineMode":false,"installLocations":{},"defaultInstallLocation":"appdata","isolateApps":false,"closeToTray":true,"readyNotification":true,"showAdvanced":false,"openAtLogin":false,"openAsHidden":false,"manualGameUpdates":false,"preventDisplaySleep":true,"preferOptimizedPatches":false,"disableBrowser":false,"enableTabs":false} 14:29:48.908 DEBUG (m/reac/preb/load-preferences) imported preferences: {"downloadSelfUpdates":true,"offlineMode":false,"installLocations":{},"defaultInstallLocation":"appdata","isolateApps":false,"closeToTray":true,"readyNotification":true,"showAdvanced":false,"openAtLogin":false,"openAsHidden":false,"manualGameUpdates":false,"preventDisplaySleep":true,"preferOptimizedPatches":false,"disableBrowser":false,"enableTabs":false} 14:29:48.913...

Attempting to push using SSH leads to the following error in console after about a minute of unresponsiveness. ``` ERROR: GitAPI: Could not connect to remote "origin". Are your credentials...

bug

Some drawing tablets (e.g. UGEE S1060W) on linux implement the eraser button as a separate device. As far as I'm aware, Excalidraw's current implementation of stylus erasers relies on the...

If a new flashcard is created in a note, and that note is subsequently reviewed via spaced repetition before the flashcard is viewed, the flashcard will no longer be accessible...

bug

From my understanding, when a session is resurrected the following details are serialised and recovered: - Currently running command - Current working directory - Session layout - (Optionally) viewport &...

### Bug Description Attempting to change the "Width of Sidenote Callouts" setting has seemingly no effect. ### Relevant Screenshot (Screenshots were taken after reloading the window to be sure) Setting...

bug

**Describe the bug** Attempting to call `IDiscordImageManager::fetch` will __always__ return an `DiscordResult_InternalError` via callback. We then can't run `get_dimensions` or `get_data`, as these return `DiscordResult_NotFetched`. **Steps to reproduce** Minimal reproduction...

bug