Erich L Foster

Results 10 issues of Erich L Foster

For some reason, when opening a file .editorconfig is only loaded if I am in a directory which has a .editorconfig file. Example: > $ pwd > ~/ > $...

I was thinking it would be nice to have some way to display unread messages in org-agenda. I am guessing this is already possible, but at the moment I haven't...

**Describe the bug** When using multiple line code in a message the code formatting is mangled. **To Reproduce** Steps to reproduce the behavior: 1. Go to a direct message, channel,...

bug

**Describe the bug** When signing in using 2FA I get the following: ``` UTC Date: 2023-11-20T07:24:31.712Z Client Id: EC698FA855AD45248B3397D4606CB7D9 Session Id: cee27491-9843-4f81-9541-bcb7059bf70c Client Version: 20231110003.11 BootResult: configuration Back Filled Errors:...

bug
needs-review

I wanted to provide a version number for a bug, but was unable to get it via command-line interface. ``` $ whatsapp-for-linux --help-all Gtk-Message: 08:50:49.003: Not loading module "atk-bridge": The...

enhancement
good first issue

If I attempt to install google-calendar-layer the "proper" way in spacemacs, i.e. ``` (google-calendar :location (recipe :fetcher github :repo "mhkc/google-calendar-layer")) ``` under `additional-packages` and then under `user-config` put `(require 'google-calendar)`...

I am trying to use JuNest on a Raspberry Pi 3 running [batocera](https://www.batocera.org), ``` $ uname -a Linux BATOCERA 6.1.73-v8 #1 SMP PREEMPT Fri Mar 1 05:01:42 Europe 2024 aarch64...

Currently when a window is hidden and the process exits the terminal window also exits. It would be nice if the window persisted until it was closed by the user....

enhancement

**Is your feature request related to a problem? Please describe.** Currently it may not be clear for an end user on how to setup their environment inside the devcontainer, such...

documentation
good first issue

When attempting to run whatmp3 with python 3.12, I received the errors > /usr/bin/whatmp3:239: SyntaxWarning: invalid escape sequence '\S' t = re.sub('\S.+?=', '', os.popen(tagcmd).read().rstrip(), count=1) /usr/bin/whatmp3:249: SyntaxWarning: invalid escape sequence...