Barry Hess
Barry Hess
I have a test file that is comprised entirely of wrong assertions (`wrong_wrong.rb`): ``` require 'active_support' require 'wrong' class WrongWrongTest < ActiveSupport::TestCase include Wrong def test_if_wrong_is_right assert{ true } end...
https://github.com/parimalsatyal/neu/blob/49d49fccbea07c5c0f128d4462b296413c847c46/essays/the-small-web/index.html#L321 Oh, no, I think [Ottaviana's Kitchen](http://ottavianaskitchen.com/intro.htm) may no longer be! Am I the only one getting what looks like a parked page for that link? Thanks so much for...
Thank you for this project!!
Proposed for your consideration. Two things are addressed in here. First is a function to strip all hljs-* spans from existing code when editing with rhino. This allows CodeBlockLowlight to...
[Here's a quick video](https://share.cleanshot.com/kmv57yJ1). Sometimes when you click on the caption to edit it you end up in an image dragging interface. This isn't a big deal to us as...
I wanted to share this in case it relates to any real issues with the library. Feel free to close it with "not our problem" though! I am using Tiptap...
The current documentation for transliteration does not transliterate. ```ruby > "для Минималистов".to_slug.normalize!(:transliterations => [:russian, :latin]).to_s => "для-минималистов" ``` These two commands do successfully transliterate, so let's update the documentation to...
An idea for you, @KonnorRogers. Is it possible to allow pasting formatted text (italics, bold, links, etc) into the caption field? Right now I don't think this is possible. This...