Raphaël Slinckx

Results 5 issues of Raphaël Slinckx

We have our own chromium wrapper that we use to take single-page PDF using the site content size. We use: - Emulation.setDeviceMetricsOverride(width=, height=) - Page.getLayoutMetrics -> content_width=contentSize.width; content_height=contentSize.height - Page.printToPdf(paperWidth=content_width...

enhancement
chromium

First off, thanks for this awesome project! ## What Are there any plans to support k8s Volume snapshotting with lvm snapshots, which would support various backup solutions in kubernetes relying...

enhancement
help wanted
keepalive

The old sqlalchemy-stubs from dropbox included an approximation for the behavior of mapped classes using declarative setup, that is ``` class Foo(Model): a = Column(DateTime) Foo.a # type is Column[DateTime]...

enhancement

Hi ! I was wondering if it would be easy to add support for localparams syntax, especially when dealing with facetting (multi-select facets as described in solr docs: http://wiki.apache.org/solr/SimpleFacetParameters#Multi-Select_Faceting_and_LocalParams )...

Genshi allows different behaviors when looking up variables in a template. By default this is 'strict' meaning an undefined variable will trigger an exception when rendering the template. They also...