Ken Odegard

Results 118 issues of Ken Odegard

### What happened? When packaging a noarch package with post-link scripts only the post-link script cooresponding to the host machine is included in the output package and so in other...

type::bug
backlog
source::anaconda
severity::3

### What happened? `py-lief` has been a longtime conda recipe dependency and recently the PyPI equivalent `lief` was added to `pyproject.toml`. This causes `pip check` to fail since `py-lief`'s conda...

type::bug
source::anaconda
severity::1
in-progress

### What happened? GitHub is discontinuing SVN support: https://github.blog/2023-01-20-sunsetting-subversion-support/ This caused the `tests/test_api_build.py::test_checkout_tool_as_dependency` test to start failing. Fixing the failure started to uncover more issues than could be reasonably resolved...

type::bug
source::anaconda
severity::3
in-progress

### Description When two files with the same name are open they used to display additional path info to help distinguish between the two. This still happens if the files...

The following is valid however **tomlkit** isn't able to properly handle the dual scopes: ```toml a.b.c = 12 [a.b] d = 34 ``` ```python import tomlkit doc = tomlkit.parse("""\ a.b.c...

I am aware that ANSI code 22 is not **explicitly** the reset code for bold. However, on Mac Terminal, iTerm2, and CentOS Konsole the reset code 21 doesn't do anything...

### Description Many small improvements: - ~Replace `rem`/`REM`/`@rem`/`@REM` with the tidier `::`~ → https://github.com/conda/conda/pull/13961 - ~Format all commands as uppercase~ → https://github.com/conda/conda/pull/13961 - Standardize `%ERRORLEVEL%` checking - Standardize `@IF` clauses...

cla-signed

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? Review and deprecate all unused...

source::anaconda
type::tech-debt
backlog

## Summary The `init`, `activate`, and `deactivate` have a number of outstanding issues that are reoccurring and/or high-time it gets addressed. ## Linked Issues & PRs ### Proper argparsing for...

epic
source::anaconda
type::tech-debt
cli
duplicate::primary
plugins::activate
plugins::init

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? Libmamba changes the default behavior...

type::feature
pending::discussion
source::anaconda