Adam Schaefers
Adam Schaefers
The following "fixes" it for me, to act more to what I was expecting. (The only problem is it still is not smart enough to know which window to jump...
Hey @dylanaraps it's been a while, hope all is well, wondering if I can get a code review https://github.com/a-schaefers/bash-paper-rock-scissors thx
```elisp ;; 'PATH' modifications (setq spartan-path-insert '( "~/bin" "~/.local/bin" "/opt/homebrew/bin" "/opt/homebrew/sbin" )) (setq spartan-path-append '( ;; "~/Put/To/End/Of/PATH" )) ;; SET matching exec-path and 'PATH' values with inserts/appends (dolist (item spartan-path-insert)...
Note: with Emacs 27 or higher it will automatically ask you the credentials and populate your .authinfo file for you, too!
Does the master process require it be running monolith style to control all the workers across various nodes? Is there a way to configure this (not kubernetes) or is it...
Any chance you recently switched away from the S3 provider
> Any chance you recently switched away from the S3 provider @20x-dz or any chance your production deploy is using the s3 provider, and you're pulling down to local? I...
A lot of strapi transfer bugs could be fixed if exception handling was added around exif metadata assumptions during the transfer process
good question :thinking:
Currently I am very happy being a contributor to the [KISS Linux project](https://getkiss.org). One nice thing about KISS is that everything is hackable and the system is small enough, such...