Jérémy FRERE

Results 29 comments of Jérémy FRERE

I'm using the JSON like this in a HAML view: ``` haml :javascript handler = Gmaps.build('Google'); handler.buildMap({ provider: {}, internal: {id: 'map'}}, function(){ markers = handler.addMarkers(#{@map_markers}); handler.bounds.extendWith(markers); handler.fitMapToBounds(); }); ```...

Haha so simple I didn't believe we could do this :) Thanks !

5 years later ... Any news on this ?

Yes it is : refinerycms at bdc0740 and refinerycms-blog at ddbd568.

Any news on this ? Also I'm wondering if I clear the impressions table, will all the counter_caches reset too ? I mean are the counter_caches re-counting from the impressions...

I also wonder if that would be a good idea to include it by default, but I definitely would love to have a ready-made version with FTS5 enabled.

Hi there, and thank you for this awesome lib :) I'm using mammoth to turn a structured (with specific styles) .docx file into HTML, do some tweaks on it and...

Here I meant only manual page breaks, it didn't even occur to me that one would want to know about automatic page breaks when text naturally overflows a page and...