Walter Lee Davis
Walter Lee Davis
I found that I had to change the Semantic Class option from `callback.document.export` to `callback.document.will-save` (same as the Ensure trailing newline action) in order for this to have any effect....
I've installed reality 0.0.5, gem list reports that it is installed. The following happens when I try to follow the README: ```sh waltd$ irb 2.4.6 :001 > require 'reality' =>...
### Steps to reproduce Using CanCanCan 3.1.0, under Rails 6.0.x, this line in my titles controller returned a fully formed Excel document (using spreadsheet_architect): ```rb format.xlsx { render xlsx: authorize!(Title.order(:sort_title),...
Starting from imported HTML that contains footnotes (anchor links within the document), any attempt to edit the document causes the IDs to be stripped from the page elements that have...
## Description Trying to install Ruby 2.6.7 under Catalina (latest version) and it fails to compile. I am able to install 2.7.3 without issue or complaint. ## Steps to reproduce...
https://github.com/sparklemotion/sqlite3-ruby/blob/b6a9d731c2004d96e6b458c661d156b6a94a4f58/lib/sqlite3/translator.rb#L94-L104 I'd like to be able to add new synonyms for "false" here, so that I could support a legacy data structure that insists on using 'Y' and 'N'.
removed placeholder that wasn't getting removed during updates. This placeholder was showing up in country pickers, confusing the QA folk no end.
Instead of using an `` tag, marking it as readonly, and worrying in the documentation about seeing errors in your input parameters, perhaps it would be simpler to render static...
``` ReferenceError: Can't find variable: exports (markdown.js: 1737) ReferenceError: Can't find variable markdown (index.html: 18) ``` Here's the entire index.html: ``` Markdown.js Example Type **Markdown** here. function Editor(input, preview) {...
Imagine a table like this: ``` foo | bar | baz --------------- red | clear | clear clear | red | clear red | clear | clear ``` Where those...