Giovanni De Gasperis

Results 19 issues of Giovanni De Gasperis

Could it be possible to send a picture grabbed from the laptop webcam to the Maix Dock via the UART USB-C connection? If yes, what is the maximum bitrate achievable?...

usage

Today on a new deploy I did : pip3 install justpy but ends up failing because: ``` ERROR: Cannot install justpy==0.0.5, justpy==0.0.6, justpy==0.0.7, justpy==0.0.8, justpy==0.0.9, justpy==0.1.0, justpy==0.1.1, justpy==0.1.2, justpy==0.1.3, justpy==0.1.4...

On my bak-end JustPy app I see quite some times this kind of errors: ``` [10004] 2021-07-11 04:47:25 ERROR Task exception was never retrieved future: Traceback (most recent call last):...

I read how to use cookies for sessions handling from the documentation here: https://justpy.io/tutorial/sessions/#introduction I would appreciate to request a renew of the cookie every time a user does a...

enhancement
core

Thank's to this tutorial: https://makeoptim.com/en/deep-learning/tensorflow-metal and adapting the requirements.txt and setup.cfg install file, it is now ok. Fix #44 .

I would like to see how this library works with data tables, represented by a list of dictionaries, like: data = [{'name':'John', 'last name':'Doe, 'DOB':'01/01/1990'}, {'name':'Mike', 'last name':'Smith, 'DOB':'02/02/1992'}] then...

When I launch the "[A-Frame GUI All Components](https://rdub80.github.io/aframe-gui/examples/all_components.html)" demo, I get this error at the browser console: THREE.DirectGeometry: Faceless geometries are not supported. three.js:11050:12 Tested with Firefox and Chromium browsers,...

I would appreciate an HTML example that shows how to add the `inputrequired` event to the `` field of a form, please, like in the following: First name: Thank's.

how is it possible to tell to the `serpapi` tool to use DuckDuckGo instead of Google?

Great work! I could not find any way to easily copy/paste the full conversation log. It can only be done for each question and answer. Right?