-
I haven't taken any time to look at this yet but it appears Proto can do version management for Bun. There is also experimental support for Python. I currently recommend using pyenv for Python version…
-
### What version of Bun is running?
1.1.0 (but happens on latest too)
### What platform is your computer?
Mac OS
### What steps can reproduce the bug?
Build a docker image with a bun install com…
-
this is from my p10k setup
```
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
status # exit code of the last command
command_execution_time # duration of the last command
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Describe the bug**
I have a persistent task which runs a program, this program has some exit logic that runs after
`tokio::signal::ctrl_c().await.unwrap();` or in general after ctrl-c
When I ru…
-
### Steps to reproduce
(All text is translated by DeepL.)
[Here](https://github.com/azishio/BUGREPORT-Joy-upload_in_menu) is a repository you can run right away.
Later, after reading the docume…
-
#### Have you tried latest version of polars?
- [yes]
#### What version of polars are you using?
0.0.15
#### What operating system are you using polars on?
MacOS 14.4.1 (M3 Pro)
####…
-
I basically do this:
```
import { createClient } from "@libsql/client";
const client = createClient({
url: "file:local.db",
});
await client.batch(
[
"CREATE TABLE IF N…
ambrt updated
2 months ago
-
### What is the problem this feature would solve?
Bun does not have built-in web server that can be run through CLI.
While there are many package in NPM to create web server, it is a hassle to dec…
-
**Describe the bug**
I discovered this by accident, but it looks like when you have a relative path to a Python virtualenv specified in `.mise.toml` and then a legacy version file in a lower direct…