Dan Guim

Results 4 issues of Dan Guim

Please check the gist bellow which contain status information retrieved: https://gist.github.com/dcguim/acd7f7946e488e1ddc9191f691eaf4c6 I have set the configuration under src/globals.lisp so I don`t think is an authentication problem. I wonder if data...

I believe the standing orders endpoint is not working, follow the result of`api_client.get_standing_orders()`: ``` Traceback (most recent call last): File "main.py", line 7, in print(api_client.get_standing_orders()) File ".../python-n26/n26/api.py", line 184, in...

bug

I am attempting to integrate lsp-mode when I am inside a ein notebook cell, it's not working as expected, I am getting `LSP[Disconnected]` or "No workspaces associated with the current...

I would expect ein to be able pick up my poetry jupyter kernel: ```python > poetry run jupyter kernelspec list Available kernels: python3 /Users/dguim/Library/Caches/pypoetry/virtualenvs/llama-app-backend-BtvjZBul-py3.11/share/jupyter/kernels/python3 ``` Of course I would be...