Steven

Results 28 issues of Steven

I have a standard python repository and it has is a setup.py. I can install it the typical way with venv, but I want to use this pypa tooling described...

Hi! I was just poking around at all the amazing models you have listed on your growing registry. From a quality-of-life perspective, would be great to see the licenses at...

### Bug report info ```plain text ➜ llm_playground git:(main) act --bug-report act version: 0.2.60 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: DOCKER_HOST environment variable is not set Sockets found:...

kind/bug

### Bug description I ran this command: `jupyter-repo2docker .` and apparently it cannot find the docker version. Even when I run it in debug mode I get no real info...

### Description I was reading [this](https://docs.python.org/3/library/sqlite3.html#sqlite3-connection-context-manager) and learned that the context manager for the `sqlite3` library automatically handles commits but not closes. I am referring to this line from the...

What is the difference between line 2 and 3 below? 1. `pip install jupyter_nbextensions_configurator` 2. `jupyter nbextensions_configurator enable --user` 3. `jupyter contrib nbextension install --user` 4. `jupyter nbextension enable toc2/main`

The nbextensions tab is blank, and the `Navigate` menu item has no items in the dropdown. I am trying to use the `toc2` tool, and I can see the table...

Using `pyenv` shows this Duplicate Listings issue . . . any tips? ``` pip install jupyter_nbextensions_configurator jupyter nbextensions_configurator enable --user jupyter contrib nbextension install --user jupyter nbextension enable toc2/main ```

I am using zshell (default for Mac) and have pyenv installed. The way pyenv works is that it will automatically switch between virtual environments depending on which folder I'm in...

this works for "Shell Command Generator" but doesn't work for "code". It works for some and fails for others. ### shell command generator ``` $ sgpt --show-role "Shell Command Generator"...