torce
torce
Hi, I was investigating if it was possible to notify a huge number of users using this gem. Since you are using `faraday` under the hood, I have adapted the...
Hi, I'm currently dealing with generated translation keys (they come from database values), and some of them have some characters (`[ ] ' "`) that doesn't work as translation key....
### Version 6.2.1 ### Browser and OS info Chrome version 105.0.5195.102 / Debian 10 ### Steps to reproduce - Define a component with a setup script in a library project....
Rendering `*t_es_t*` produces `test\n`. The expected result is `t_es_t\n`, like github or kramdown does. The same happens with the analogous case: `_t*es*t_`. Script to reproduce the problem: ```ruby require 'redcarpet'...