Ian Eure

Results 45 issues of Ian Eure

Tramp has built-in functions to parse its paths, `tramp-dissect-file-name`, and the `with-parsed-tramp-file-name` convenience macro. This PR: - Deletes the various `dired-rsync-extract-*` functions and their tests. - Updates `dired-rsync--quote-and-maybe-convert-from-tramp` to use...

One of the things I've found challenging with moderately complex parsers is getting a clear handle on their failure modes. There are a number of things about Parsatron that make...

Say that I have some global configuration which I want to reference later: ```edn {:my.core/config {:my.core/threads 8 :my.core/retries 3 :my.core/whatever :bar} :my.http/config {:timeout 5 :threads ... :default-per-route ...}} ``` I...

I think that if Integrant has no `ig/init-key` method defined for a key, it should return the configuration literally. For situations where I have static configuration data, such as: ```edn...

Recent Emacs builds have changed how `cl-call-next-method` works in a way that [causes breakage when used with dynamic binding](https://lists.gnu.org/archive/html/bug-gnu-emacs/2022-07/msg01457.html) (but they work fine with lexical binding). The slack-user-message.el file appears...

I recently split a scala project up into multiple modules, and found that scct no longer determines the source path correctly. Running `mvn -Pcoverage clean test` causes this exception: ```...

Not sure what all would need to happen for this, but the config as-is doesn't work for Scala code. The javadoc plugin doesn't see any `.java` files and bails out....

My Transmission daemon is on a remote box, behind a reverse proxy that terminates TLS. When I run `M-x transmission RET`, I get a `*transmission*` buffer with a header, but...

When I type a command other than `guix` in my shell, I can complete fine. If I type: l0p!ieure:~$ ls ~/Pro ...and then press `TAB`, it expands to: l0p!ieure~$ ls...

Certain package definitions are causing an error on Emacs 27.1, when run in a terminal. Here's a stacktrace: ``` Debugger entered--Lisp error: (void-function tool-bar-mode) tool-bar-mode(0) custom-set-minor-mode(tool-bar-mode nil) custom-theme-recalc-variable(tool-bar-mode) enable-theme(user) enable-theme(use-package)...