John Hamelink

Results 74 comments of John Hamelink

Does anyone know how to skip past this file? I tried the following exclusion patterns: ``` exclude: - "*/**/Pointer.c" - "ext/ffi_c/Pointer.c" - "ffi_c/Pointer.c" - "Pointer.c" ```

@ko1 Hi, I'm an Emacs user and we have two DAP clients available: - https://github.com/emacs-lsp/dap-mode - https://github.com/svaante/dape If a user wanted to try running these modes with ruby debug, they'd...

@nyyManni yes indeed I am. I'm working against Emacs master, specifically: ``` (version) GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin20.6.0, NS appkit-2022.70 Version 11.7.5 (Build 20G1225)) of 2023-04-16 (dolist (opt (string-split...

Hi @cystbear! Why did you submit this PR? Is the warnings as errors flag causing you issues?

@cystbear Could you let me know what warning is causing the error? It would be better for us to fix the warning than to turn off the flag if possible!...

@cystbear did you ever get a chance to provide that error so I can help fix it?

Hi there, I'm using `permittedInsecurePackages`, but when I try to use `packageFromRubyVersionFile`, the insecure packages seems to be out of scope somehow? ``` outputs = { self, nixpkgs, nixpkgs-ruby, flake-utils...

You could try using an [unfill](https://github.com/purcell/unfill) function to reformat the text so it's on one line per paragraph, then let Emacs handle the line-wrapping. I use olivetti-mode to center the...

@syfgkjasdkn can you rebase this PR against master, so we don't lose the Test adapter configuration from your other PR?