-
$ pip install gbrl
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/
Collecting gbrl
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/24/44/93e399df28ae94e1ca2356ee8e009ca426ff…
-
Software installed via Intune management. MU runs fine when i log on as myself (admin) but as a regular user, this error occurred.
[mu.log](https://github.com/mu-editor/crash-reports/files/14460308/…
-
### Describe the bug
The tip to save API key for future use-cases by exporting to bash/zsh configs shows a redundant next line character "\n".
This can confuse non-programmers when they directly c…
-
Just following the "As a package" section from https://solara.dev/docs/howto/multipage I ran into a few issues which are related to the working directory:
- The relative imports don't work: **Impor…
-
This issue is an extension of #6298 (version bumping) for related enhancements. Combining into one issue so as not to inundate the team (but can split into multiple issues if that is preferred).
…
-
Running the development environment is currently not possible on silicon macs. The GUI can run from inside the container, but the containers themselves are unable to run `podman`.
The issue can be …
almet updated
3 weeks ago
-
I'm not a web developer, so that explains why I'm asking this question. I see that Diagon is written in JS. How does the C++ standalone application invoke the JS code? Is it through a browser invoked …
cblc updated
3 months ago
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Add custom ChatGPT API address and choose the model freely
### Describe altern…
-
I use a local venv in python3.10 but compile requirements for python 3.8 (requirements used for dockerized apps) . I have both versions (along the default python 3.12) installed.
Even when I have …
-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…