N. Milton Vega

Results 34 comments of N. Milton Vega

> Hello Friends: > > I originally posted the following [here](https://github.com/jupyterlab/jupyterlab/issues/16576), and they suggested posting this issue here. > > I'm running the below library versions in a `Python` virtual...

Hi @firai Thank you for replying. I visited the sandbox URL you provided above, and the `:w ` experience in it is perfect; and is the same experience I used...

@firai After reading your reply, let me clarify what I wrote (_because I mis-remembered how it used to work until I saw the sandbox today_ ). :blush: When things worked...

PS: I noticed the GIF request too late. Let me know if you still need it after my reply, and I'll be happy to furnish one.

@firai What would be do without GIF animations. 😊 Thank your for the comprehensive reply. In your sandbox trials, can you `enable` the `status bar` option at the top and...

@StarlightIbuki First, thank you for replying. You hit the nail on the head because I noticed the same thing over the weekend. That [docker-compose.yaml](https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml) file, which in turns loads their...

I can confirm that this is, indeed, problematic: ``` entrypoint: bash -c 'eval "echo \"$$(cat ~/temp.yml)\"" > ~/kong.yml && /docker-entrypoint.sh kong docker-start' ``` What is wants to do is take...

@StarlightIbuki Correct and, in fact, that's what ultimately had to do (hard-code it in the file you mentioned). I tried everything to get it to dynamically update then load, but...

> is this still an issue? Yes, I ran into this same issue just this weekend. `vsCode` (version below) working over `SSH` was working fine until I installed the `Continue.dev`...

Because the above is a show-stopper (progress cannot be made), I: 1. Disabled `pyenv`. 2. Created & Activated a **Python virtual environment** via traditional means: `python -m venv llm-handbook-pyvenv.d` But...