Jérôme Lafréchoux

Results 65 issues of Jérôme Lafréchoux

As proposed in [this comment](https://github.com/Scille/umongo/pull/96#issuecomment-284217501). I would try to have fetch signature close to find/find_one signatures, for consistency. Something like this, so we could pass projection or any other `find_one`...

enhancement

It could be me doing things wrong. When using inheritance, you sometimes want to use `super()`. AFAIU, you can't use the zero argument form `super()` because the compiler will pass...

I posted this as a question on SO: http://stackoverflow.com/questions/35068300/ and was answered it may be a bug, so here it is: In a request, I set a dictionary in `session['test']`:...

type: bug

Hi. Thank you for this plugin. We use it for scatter plots. Grafana 7.0 was released recently, and it seems they modified the plugin interface. The changes are made to...

Looks like pre-commit libs are a bit outdated (maybe showing we should be using pre-commit-ci ?). I had to fix the config due to complicated issues I tried to explain...

From a quick look, those are not used by existing fields. I suspect this might be or have been useful in specific fields such as `Method`. I can't investigate this...

feedback welcome
backwards incompat

I was just surprised by this. I can't tell whether this is a minor bug or intended behaviour. ```python import pint ureg = pint.UnitRegistry() assert ureg.Unit('meter') == 'meter' assert ureg.Unit('dimensionless')...

This is an attempt to simplify the ETag feature. The "compute ETag with API response data using another schema" case is a leftover from the past and I don't think...

Hi. My setup stopped a few hours ago. Here's what my logfiles show: 2013-03-24 07:36:52,413 INFO Serial RX: > 0i 2013-03-24 07:36:52,419 INFO Serial RX: config save failed 2013-03-24 07:36:52,421...

ReDoc automagically generates a request sample using the schema provided to describe the request body, which is nice. However, it does not generate such examples for query parameters. Maybe I'm...