T.v.Dein

Results 35 issues of T.v.Dein

> No ugly DLLs > Just: > npm install cash -g > cash > $ not really: ``` C:\Users\ik00888>npm install cash -g Der Befehl "npm" ist entweder falsch geschrieben oder...

enhancement
help wanted

Hi, I use this [function](https://rawgit.com/TLINDEN/dot-emacs/master/emacs.html#org5e825ea) now for about 20 years and today stumbled on your mode. My version just jumps to end-of-line => end-of-window => end-of-buffer, it's not mode agnoistic,...

I'd like to use darkroom.el as minor mode with org-present.el, a slide-show mode for org-mode. Here's my config: ``` lisp ;; slideshows (load-file (concat my-lisp "/org-present.el")) (load-file (concat my-lisp "/darkroom.el"))...

Hello, the current master of Arduino-Makefile computes the variable `ARDUINO_VERSION` in a way which makes it hard to use it together with ATTinyCore (see: https://github.com/SpenceKonde/ATTinyCore/issues/389). Here's the culprit: ``` Arduino.mk:294:...

## Expected behavior With paredit I could enter a `;` in front of a sexp which then commented out the whole sexp not just the line, it even inserted newlines...

Hello, it would be good to have a flag to enable such a feature. I do often have the problem, that aggressive-indent-mode starts indenting stuff while I'm writing code in...

Hello, I can't get it to work at all. I have the following rule (from Yara-Rules): ``` rule suspicious_version : PDF raw { meta: author = "Glenn Edwards (@hiddenillusion)" version...

I've configured electric-align-mode like so: ``` (defun add-something-to-mode-hooks (mode-list something) "helper function to add a callback to multiple hooks" (dolist (mode mode-list) (add-hook (intern (concat (symbol-name mode) "-mode-hook")) something))) (require...

### Database name PostgreSQL 14.4 wal-g version: ``` wal-g version v2.0.0 1eb88a5 2022.05.20_10:45:35 PostgreSQL ``` # Issue description Incomplete restore leads to corrupt pgdata directory. ### Describe your problem wal-g...

Hi, would it somehow be possible to edit a generated Changelog in a way that `gh-changelog` keeps those edits? That way I could e.g. switch to a pull request workflow...

enhancement