Eric Lemoine

Results 9 issues of Eric Lemoine

I have a case where marshmallow-sqlalchemy causes an SQLAlchemy FlushError at session commit time. This is the error I get: ``` sqlalchemy.orm.exc.FlushError: New instance with identity key (, (1,), None)...

This issue suggests improving the docs with respect to task names. How are task names used? Should people use specific task names? Or should they rely on default names? We...

Issue contains: Some documentation 📚
Issue appropriate for: Occasional contributors 😉

@tsauerwein and I looked at the MapFish Print code this morning, and we might have found a problem related to the use of 72 as the `PDF_DPI`. For posterity, I...

ng-repeat registers a collection watcher (with $watchCollection), which can be costly, especially when considering ng-repeat based recursive directives (as in http://jsfiddle.net/n8dPm/). I was wondering if a bindonce type repeater would...

todo

The `PrintMapPanel` tests fail, and the `PrintMapPanel` code is a bit of a mess.

We need a framework for i18n. And we need to figure out if we reuse what's in GeoExt 1 or not.

The problem is related to libgeos not being available on Read the Docs. We came across the same issue in GeoAlchemy, see https://github.com/geoalchemy/geoalchemy2/pull/115.

The code itself includes translation strings. For example, `plugins/ContextualData.js` includes this: ``` defaultTpl: "Local Coordinates : {coord_x} {coord_y}" + "WGS 84 : {wsg_x} {wsg_y}", ``` This is overwritten in the...

See https://github.com/geoext/geoext/blob/master/lib/GeoExt/widgets/grid/FeatureSelectionModel.js#L105. I haven't investigated whether this is wanted, but I have doubts.