Ken Odegard
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...
### 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...
### 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...
### 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...
### 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...
## 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...
### 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...