deeplook

Results 117 issues of deeplook
trafficstars

I'm looking for a way to derive ISO 639 language codes from ISO 3166 country codes and vice versa. Mostly this would be a 1:1 mapping with different codes (say,...

Starting from https://gist.github.com/jtpio/4a6a34da66b32249e28df718ec30e4d7 I've added a `jupyter_config.json` file to my binder folder in order to run JupyterLab with the collaborative mode, but it is not recognized/found/applied. Only when I put...

enhancement

This is more of a feature request, as I don't think this already works. But it would be very useful to have the possibility to render a map, say with...

enhancement

I'm looking for something as elegant as JMESpath, but for protobuf messages, and ideally without converting them first into JSON. ;) Any pointers highly appreciated!!

### Describe the bug Quitting an interpreter session with CTRL-D instead of CTRL-C causes an ugly traceback. ### Reproduce Enter `interpreter` in a terminal. Wait for the `>` prompt. Enter...

bug

See discussion in https://github.com/deeplook/svglib/issues/386.

I notice that I can display icons locally only when giving them the file basename, but not the full path or even a `file://` prefix. When not working I get...

I tried to play an Audio widget programmatically, but I don't see a `play()`-like method to do that, like: ```python from ipywidgets import Audio w = Audio.from_file("audio/a.mp3", autoplay=False, loop=False) w.play()...

good first issue
enhancement
pkg:controls

I've managed to install `fabric` using the new method with `pipx` and now I wonder what the advantages are over `pip`? I see `pipx` imposes its own environment management on...

question

I've tried this on macOS Ventura, but I can see no preview. Does the code need some update, maybe?