bo-oz
bo-oz
As Rails 6 is moving towards Webpacker, it would be really nice if the javascript for cocoon would be available through Yarn. Any plans for this? Thanks.
* What would you like to be able to do? Can you provide some examples? On the show page of model A, I'd like to show details of model B...
After looking into the open bugs, I found this post https://github.com/vuex-orm/vuex-orm/issues/602. I don't know if the thing I'm reporting results from a similar bug. What I'm trying to do is...
Made two changes: 1/ Added option `option[:slip_file_prefix]` that prevents `pdf_from_string` from calling .`pdf_from_html_file` and calls `pdf_from_url` directly. 2/ This option also influences the temp file that is created for header/footer...
Rails 6 will move away from Sprockets to Webpacker. Are there any plans to make this library available through Yarn? Or maybe it is already... in that case, it would...
When rendering the following snippet, the output is not correct: `[**Name**](http://domain.com/)` It's my expectation that it should render: `Name` Unfortunately it seems to ignore the ** though: `**Name**` Any ideas...
* What were you trying to do? I've overwritten the views for Field::Boolean, to display a FontAwesome icon instead of a true/false text. This works fine when displaying the record...
Hi, I've just discovered this branche for the MeioUpload behavior. I had just set up the 1.0.1 version, which worked fine. When I discovered it wasn't actually using PHPThumb, I...
Hi, I noticed that using the `gulp build` command, the slide folders contain a (as it seems) redundant global folder (with all css/js). Is this expected behavior, or should I...