Douglas Duhaime
Douglas Duhaime
2.6.8 via rbenv: ``` (base) % ruby -v ruby 2.6.8p205 (2021-07-07 revision 67951) [arm64-darwin21] (base) % which ruby /Users/doug/.rbenv/shims/ruby ```
Ah I think your example just needs to be updated. Your snippet has: `str = "hello: "` In this case, your string literally contains the characters in [the Unicode character...
Yes, or `CommonMarker.render_doc(str, :DEFAULT).to_plaintext`
Hmm, the change looks good but I'm still getting the same error. This must be user error. Here's what I'm doing: ```bash gem uninstall commonmarker git clone https://github.com/gjtorikian/commonmarker cd commonmarker...
Interesting, I ran those steps on a fresh rbenv env, and I still get the same result. Do you get a different result with the code block I posted above?
I like those colors!
@statsmaths Hello! You are the best! I'll give the new release a go and will follow up! @cderose and I are teaching a workshop on video processing in a few...
@filippofilip95 do you replace the space character with _ as users type? If so, how do you run that transformation? Edit, I figured out where to run that replacement: ```javascript...
I had the same problem and posted this question and my solution here: https://stackoverflow.com/questions/57530684/firebase-database-401-for-all-get-and-post-requests-using-auth-version-2/57530708#57530708
I had the same problem and posted this question and my solution here: https://stackoverflow.com/questions/57530684/firebase-database-401-for-all-get-and-post-requests-using-auth-version-2/57530708#57530708