Manuele Pesenti
Manuele Pesenti
Hi! I needed to pass query string parameter to a tamporary view so I patched the tempView methods.
Hi! Could you please provide in new release documentation what's the alternative of previous supported and now deprecated features like passing _double_precision_ parameter? Thanks a lot Manuele
Hi! I've found that the two js and python versions of olmost the same script does not work the same. Running this script using node jd ```js const puppeteer =...
Hi *! Trying to render subsequent data encoded server side with python using [mapbox_vector_tile](https://github.com/tilezen/mapbox-vector-tile#encoding) encoder I obtain this error: - **Uncaught Error: Unimplemented type: 3** Uncaught Error: Unimplemented type: 3...
#### Expected behaviour #### Actual behaviour It seams series with a length higher than 1000 are not supported #### Live demo with steps to reproduce Go to the [live example...
This bug is only present on old release still available through pypi, so installing the library using pip, because a quite old version is distributed: > Name: secureconfig > Version:...
https://github.com/dggreenbaum/debinterface/blob/master/adapter.py#L248 At this line a elif statement is required not an if. Cheers
It seams that the condition at this line is the opposite of what needed https://github.com/dggreenbaum/debinterface/blob/master/interfaces.py#L72
https://github.com/sbischoff-ai/pygase/blob/0fc262f57201b26e6823826e455f3b1b891b379e/chase/server.py#L26 It seams in this line a minimal delay is necessary on my hardware. Adding something like the following fixed: ```time.sleep(0.00015)``` do you think there's a better solution??
Hi! I've just installed git-webui and followed the first basic instruction, it looks great but the first thing I notice is that it doesn't highlight code (at least python) syntax......