mech
mech
We use Shopify liquid for that. Either [Liquid.js](https://liquidjs.com/) or [Ruby gem](https://github.com/Shopify/liquid).
Unfortunately I don't have a gist so far. From what I know `ActionText::RichText` give you back the HTML string using either `to_s` or `to_trix_html` and you can use that HTML...
@salex, did you manage to get it working? Is it as such: ``` set :rbenv_ruby, '/usr/local/Cellar/rbenv/0.4.0' ``` Don't think that is working on my side. Also do we need the...
If I put the config as such ``` set :rbenv_type, :user set :rbenv_ruby, '2.1.4' ``` I will get this error ``` bash: /Users/mech/.rbenv/bin/rbenv: No such file or directory ``` That's...
Can I confirm that this gem is not supported on AuraDB with v4? Using the connection string like: `neo4j+s://XXX.databases.neo4j.io` throw: `Neo4j::Driver::Exceptions::ClientException: Unsupported URI scheme: neo4j+s` Is this only for JRuby...
Tks! I actually do the upgrade myself (https://github.com/mech/react-trix-rte/commits/master/), but using Next.js project it somehow failed to perform "next build". It hang actually. Now I basically rebuild the dist/index.js and use...
I encounter this before but it is my misunderstanding when doing the droppable container. I only have a single droppable container, if I change to all individual item to also...
From the perspective of the meilisearch-rails gem, how do we get that memoized version of the client? I see whenever we call `MeiliSearch::Rails.client`, it will always give us back a...
I encounter this issue with OS X 10.7.4 and 0.10.0 rc2 (but strangely brew said I install 0.11.0_rc1, but the command line version is 0.10) Only after you the process...
I have nothing more to add if the errors API can be common and predictable across all different API 😀