Benjamin

Results 7 comments of Benjamin

I concur. Considering the transactions buttons (**Begin**, **Commit**, **Rollback**, maybe **Checkpoint** too), any end user expects editing capabilities. Unfortunately, editing seems impossible as of now. When can we expect a...

> There's a PR to fix this but I think it might need some discussion/pushing along, see #47 The PR itself seems to fix the Nokogiri dependency problem. I am...

Tried many combinations of different Ruby versions and gems. Finally managed to make things work using... - Ruby 2.3.3 ...with the following gems... - ruby-oci8 -v 2.2.8 - ruby-plsql -v...

Hello there, I same a _similar-ish_ issue here. ## pixi.toml ```toml [project] name = "hello-pixi-single-pypi-package" version = "0.1.0" description = "Add a short description here" authors = ["Me"] channels =...

Well, after a few hours scratching my head, it seems I found a workaround 🤞 However, unless I misunderstand some underlying mechanics in pixi, the workaround _appears_ counter-intuitive. In `pixi.toml`,...

@amirhosseindavoody, @maawoo, in regard to proxy settings, I agree with @baszalmstra ; using preexisting proxy environment variables (http_proxy, https_proxy, no_proxy) might just be the way to go. Now, based on...

Well, as a follow-up to https://github.com/prefix-dev/pixi/issues/474#issuecomment-2156050722, it appears a `mappings.json` file that... - exists - is empty (but is a valid JSON) ...like... ```json {} ``` ...gets the job done...