fleimgruber

Results 167 comments of fleimgruber

Due to problems between scoop and pyenv-win, I now installed pyenv-win myself hoping that this issue would go away. But I see the same behavior. I saw a [code comment](https://github.com/emacs-jupyter/jupyter/blob/1baabc8f2d0631f8f4308400f9a53f1aadd58d14/jupyter-env.el#L108)...

@timlod Thanks for tuning in. I tried your suggestion, it does not work for me. But it would be great if you could test on Linux what `jupyter --paths` returns...

As a workaround I just went in and changed `jupyter-locate-python` to just evaluate `(setq path (file-local-name (executable-find "python")))` if on Windows.

@timlod never mind anyway! Happy to hear it works for you as well.

@set92, @ptim just a quick FYI as I got a similar problem (with "too much" data) and got it working following your lead. The hint was in https://github.com/plotly/plotly.py/issues/2345#issuecomment-671461207, i.e. the...

@aakash-sahai thanks for mentioning! But measured by creation time, #643 is a duplicate of this issue, also mentioned in https://github.com/benfred/py-spy/issues/643#issuecomment-1859271016.

@gobater I assume you meant to link to this similar bug: https://github.com/benfred/py-spy/issues/498?

Could you give me some guidance on how to check - if 1.10 is on the classpath - if my dependencies are linted already

@josegar74 I am seeing the same error on 4.4.1 on a deployment using HTTPS and GeoNetwork behind a Traefik reverse proxy - both dockerized and configured like https://github.com/geonetwork/docker-geonetwork/blob/main/4.4.1/docker-compose.yml. The prompt...

I tried to delete it manually via your approach in https://github.com/geonetwork/core-geonetwork/issues/1943#issuecomment-304864215, i.e. ``` curl -v -X "DELETE" localhost:8080/geonetwork/srv/api/records/725acb1e-0da6-4ea3-9d63-405d68dbfc81/attachments/Netzbetreiber.jpeg ``` but I get an HTTP 403, as there was not authentication....