ParetoOptimalDev

Results 187 comments of ParetoOptimalDev

I have a similar issue on my PC where I sometimes get the red screen, but more often I get blank/corrupted windows as if they didn't fully restore. Then if...

Even with that command I get this as of 253c10f: ``` $ cabal configure $(tr

Just starting to evaluate migrating to podman from docker. It's a little alarming that there is not yet a way to lower the noticeably much more verbose output, but I'll...

If you are able I would advise trying out emacs 29 with native compilation and seeing if it improves performance.

The current main branch is broken, but this pull request works great!

Or perhaps this is more useful. Open a buffer with the name `*test-sx-bug*` and then execute: ```emacs-lisp (with-current-buffer "*test-sx-bug*" (erase-buffer) (sx-question-mode--insert-markdown "**\n```\nfoo\n\n```"))) ```

The last invocation of `buffer-substring` here doesn't include the ending \`\`\` and I thin that's what causes the regex not to match. It runs against string: ``` Result: #("** ```...

Inside of `sx-question-mode--process-markdown-in-region` function `sx-question-mode--dont-fill-here` errors out, specificaly when sx-question-mode--skip-and-fontify-pre gets called on a blank line in: ``` ** ``` foo \``` ``` Remove the `\\`, it's there because I...

This seems to resolve the issue: ```diff (defun sx-question-mode--skip-and-fontify-pre (&optional dont-fontify) "If there's a pre block ahead, handle it, skip it and return t. Handling means to turn it into...

@bbigras I don't know for sure, we'll have to wait for trevoke to get back/get time to see this. However my assumption is that similar to the org-roam v1 to...