Garen Torikian

Results 46 issues of 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`.

bug

: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...

![Screen Shot 2013-04-26 at 3 16 39 PM](https://f.cloud.github.com/assets/64050/433158/0a1eefb8-aebf-11e2-9a21-4fc93f1c1636.png) 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...

enhancement
Build
P2