Patrick Smyth

Results 44 comments of Patrick Smyth

Thanks for docs, I'm liking it so far, and working to use it for the docs page of a major open source project. We're aiming to use one of the...

I think that maybe we should more aggressively create shortcode blurbs summarizing specific topics. I've been doing this recently with, for example, deep learning and CVSS. The issue I have...

What do we think of this idea: we move everything in the glossary to the blurbs folder and I will write some template to autogen the glossary page by looking...

Is this project still active? What are folks using for a screen reader in 2024?

OK, might try getting it working again, I've been using tdsr.

Sorry @fommil and @OrionRandD, I've been meaning to sit down and create a new version of this that takes into account these issues. Currently you can pass in any option...

Yes, I'm alive and worked with Derek on the PR. I've bumped Eloud up a few notches on the priority list and we're hoping to see some improvements in the...

I'll have to figure out how completion work with that module, probably needing to reproduce the environment. Thanks for the issue, I'll update if I can figure it out.

Here's a function to speak the active region, assuming you have espeak installed and accessible from Emacs: ``` (defun speak-my-text () "Speaks text in buffer." (interactive) (if (region-active-p) (progn (kill-ring-save...

PS Just thinking this might not work on OSX because xsel doesn't work without running an x server. If you're on OSX, let me know and I'll try writing something...