Frédéric

Results 15 issues of Frédéric

Hello, I have an error when I try to export a datetime field with XLSX : ``` ValueError at /unavailability/export Cannot convert '15 avr. 2019 11:02' to Excel ``` ```...

Hello, Is it possible to add an InfoField ? This field is just to display a title and a value without any edition. This can be usefull to show some...

enhancement

A small issue when using flask-admin and mongoengine. Example of error: ``` python class User(UserMixin, db.Document): email = db.StringField(max_length=80) class Team(db.Document): members=db.ListField(db.ListField(db.ReferenceField(User), default=[])) def teaminvite(team_id=None): t=Team.objects.get(id=team_id) u=User(email=form.email.data).save() t.update(add_to_set__members=u) ``` Editing...

stage: waiting-for-contributor

Hello, This code don't show correctly. `{% bootstrap_field field layout="inline" addon_before=somelabel size="small" %}` Inputs are corrects sur the div's class in "input-group" and not "input-group input-group-sm" there is a mission...

bug

Hello, Is is possible to add a rest API to send a custom message to octopod ? My idea is to have a generic endpoint like '/api/message?api_key=my_wonderfull_key' and POST a...

enhancement

This PR is mainly to correct the issue #28. As discussed, there is no additional library dependency, so it should work and ESPxx and Arduino. I test on a MKR...

Hello, What do you think about adding a feature et set all temperatures at once. This can be useful to quickly set all to 0°C and cool down tools and...

Hello, The the method OctoprintApi::sendRequestToOctoprint() seems, with some occasion, loop for ever or almost. One of the occasion is with this answer (octoprint is down and Nginx is responding) :...

Hello, Is it possible to user star glyphs from fontawesome with this package ? Thanks.

enhancement

Hello, I get a warning in RTCZero.cpp line 96:26, without having a bug. ``` 'oldTime.RTC_MODE2_CLOCK_Type::reg' may be used uninitialized in this function [-Wmaybe-uninitialized] ``` line 96:26 : ``` if ((!resetTime)...