John Hamelink
                                            John Hamelink
                                        
                                    I Just wanted to say congrats on merging this - this was a long time coming and a lot of work.
@RlckAstley I ended up moving to [flymake-vale](https://github.com/tpeacock19/flymake-vale). Since vale [supports org syntax](https://github.com/errata-ai/vale/issues/330), it didn't take a lot for me to [add support](https://github.com/tpeacock19/flymake-vale/pull/4) to it.
I was able to set the docker-compose directory with a `.dir-locals` file by: - Running the transient command and setting the flags as I wish them to be - `C-x...
I had this same problem, but for me it was with Shoulda Matchers. I had to run: ``` rm -f $(bundle show shoulda_matchers)/doc_config/yard/setup.rb touch $(bundle show shoulda_matchers)/doc_config/yard/setup.rb ```
I'm trying out https://github.com/Thaodan/org-caldav/tree/thaodan/personal_merger, and I can't seem to push my org recurring event to `ical`: ```emacs-lisp (straight-use-package '(org-caldav :git git :host github :repo "dengste/org-caldav" :fork (:repo "Thaodan/org-caldav" :branch "thaodan/personal_merger")))...
I'm using NixOS, and I'm also seeing this. My music directory seems to be imported, but movies & TV show libraries are *almost* empty. My libraries, cache & metadata are...
@perceg I was also experiencing these errors on Arch, but this config worked best for me (I'm using [setup.el](https://www.emacswiki.org/emacs/SetupEl)) ```elisp (setup (:straight langtool) (:option langtool-java-classpath "/usr/share/languagetool:/usr/share/java/languagetool/*" langtool-language-tool-jar "/usr/share/java/languagetool/languagetool-commandline.jar" langtool-java-bin "/usr/bin/java"...
I have the same problem - I believe this a bug in carrierwave: https://github.com/carrierwaveuploader/carrierwave/issues/1333
I'm the same. I'm on a 2020 M1 (Macbook Pro 13") with MacOS 11.7.5
I've found that I can see the sudo prompt if I hit enter so that the prompt is re-rendered after failing validation.