Pierre Louchet
Pierre Louchet
Doubling relative_url_root on wrong auth and Rails "config.relative_url_root" not taken into account
(I know something similar has been issued before, but not as detailed with samples as here and not fixed, so here's my issue). ## Environment - Ruby 2.3.1p112 (2016-04-26 revision...
Hi ! Thanks for the portage of this library. Few fixes so Webpack can find properly the main files. I also re-compiled the JS since, seemed to me that the...
Hi, It seems that we can't install the gem using `gem install trtl`. Under `ruby --version` (2.3.0): ``` Building native extensions. This could take a while... ERROR: Error installing trtl:...
This commit apparently broke `events.lua` and `actions.lua` https://github.com/foundpatterns/lighttouch-base/commit/f8bc1b640323a543b0f248180441fcb97d2f77fa `foreach` is missing. I have written comments on the commit page to help fix this.
Actually the following is working at the moment: ``` function content.split_header (document_text) local scl_text, body = document_text:match("---\n(.*)\n...\n(.*)") log.debug(body) local header = scl.to_table(scl_text) return header, body end ``` But I still...
In this type of model files: https://github.com/foundpatterns/send-file-package/blob/master/models/slide.yaml Validation fields: It would be nice to handle fields validations such as (for example): - Presence; - Range; - emptiness; - string fitting...
### What were you trying to do? Hello, I am trying to use OCRmyPDF in a Python program. It is basically not finding `ghostscript` and `jbig2`. Where I could not...