Jared White
Jared White
It would be awesome if this repo/gem could continue to get maintained! I only just started using it on a project, and I feel like the ergonomics are truly great....
Yeah, my thought is if list "state" is passed along both with prerendered HTML as well as in the JS and the two match, hydration should "just work" in a...
@matthewp Sure, I'm not expecting any sort of diff process or anything fancy. Hopefully just a way for it to hum along fine when the keys match once the sheet...
Hmm, just saw this issue with loading `find` on an association: ``` Message: [Solargraph::ComplexTypeError] Unclosed subtype in ActiveRecord::Associations::CollectionProxy ``` Not sure if that's due to the version bump or just...
each account would have its own subdomain / domain, yes
but it would all be served from a single API
I'm thinking of going with a different solution now so this may be moot. I had been thinking of using multiple Auth0 app accounts (one for each customer) as a...
P. S. I found out about this via your recent post on Reddit =)
Some relevant code paths based on preliminary research: * https://github.com/rouge-ruby/rouge/blob/master/lib/rouge/formatters/html_line_highlighter.rb * https://github.com/gettalong/kramdown/blob/master/lib/kramdown/converter/syntax_highlighter/rouge.rb
This hasn't come up as an issue for a while, so I think 1.0 will keep the behavior as is and we can revisit for 1.1 or 2.0 or whatever.