Michael Dickens
Michael Dickens
Currently, if I run `prettier-js` inside a cloned buffer (created by `clone-indirect-buffer`), `prettier-js` will fail with an unhelpful error message. Looks like the issue is that it determines where to...
Fix for https://github.com/prettier/prettier-emacs/issues/75. 1. Get the buffer file using `(buffer-file-name (buffer-base-buffer))` instead of `buffer-file-name`. The new code also works with indirect buffers. 2. In case the file can't be found,...
When trying to migrate my website from jekyll-paginate to jekyll-paginate-v2, I ran into this error: jekyll-paginate-v2/autopages/utils.rb:61:in `block (2 levels) in ap_index_posts_by': undefined method `strip' for nil (NoMethodError) I discovered that...
Note: The base should be `type-checking` but that branch only exists on my fork, not on `quantified-uncertainty/squiggle`. The actual diff for this PR is: https://github.com/quantified-uncertainty/squiggle/pull/3331/files/88342c0d4186264e5c7eddad5594b12c5cdbfadc..f8a27ba36221ca116d5a3ca85604e5a6bd6a725f This PR sets explicit and...