Garen Torikian
Garen Torikian
What the title says! `ComrakOptions::default()` sets the `header_ids` option of `extensions` to `""`; this means that, by default, headers are always given anchor tags (with an ID matching the text...
The GFM spec [states](https://github.github.com/gfm/#strikethrough-extension-) that > Strikethrough text is any text wrapped in two tildes (~). But as I show in this failing text, a single tilde is enough to...
In Ruby 2.1, I get: ``` lib/respect/schema.rb:252:in `to_json': unknown format '#' (ArgumentError) from /opt/rubies/2.1.4-github1/lib/ruby/2.1.0/json/common.rb:285:in `generate' from /opt/rubies/2.1.4-github1/lib/ruby/2.1.0/json/common.rb:285:in `pretty_generate' from scheme.rb:11:in `' ``` I think the `def to_json` implementation assumes some...
The smallest reproducible case: ``` module.exports = class Stuff # YO! bar: -> console.log 'yo yo' ### Internal ### @doSomething: -> ``` Yields `Cannot parse file -> Invalid object key`.
:wave: @brianmario. I need `escape_href` exposed from Houdini for a project I'm working on. The main difference between `escape_href` and `escape_url` is that `escape_href` is a bit looser on the...
 Probably the detection for "functions" needs to be before keywords.
Hello @benbalter and @parkr! ๐ I was wondering if this project/GitHub would whitelist a simple text plugin that added anchor tags to headings, to allow for linking. Right now, there...
Hiya @magnusvk ๐ Thanks for this great gem. In my project, my Postgres database uses [binary ULIDs](https://github.com/rafaelsales/ulid)โthey deserialize as strings, but are stored as binary data. I noticed that my...
I have the following build script: ``` dotnet publish -c Release --runtime linux-arm64 --self-contained ``` This results in the following error: ``` /Users/gjtorikian/.nuget/packages/microsoft.ml/1.7.1/build/netstandard2.0/Microsoft.ML.targets(16,5): error : Microsoft.ML currently supports 'x64' and...