Ken Odegard

Results 118 issues of Ken Odegard

I previously used this extension with my Trello boards on Google Chrome but I recently switched to Opera. The Opera extension appears to be trying as the checklists generated by...

### Description Xref #5319 > [!WARNING] > DO NOT SQUASH MERGE!

cla-signed

### Description Refactor `conda_build.utils.get_logger` into `conda_build.cli.logging.init_logging` and only call this initializer when the conda-build CLI entrypoints are invoked. When using conda-build as a library we do not set any logging...

cla-signed

### Description Resolves https://github.com/conda/conda-build/issues/4209 ~Resolves https://github.com/conda/conda-build/issues/5242~ ### Checklist - did you ... - [ ] Add a file to the `news` directory ([using the template](../blob/main/news/TEMPLATE)) for the next release's release...

cla-signed

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? Only apply logging defaults/config when...

source::anaconda
type::tech-debt
in-progress

### Description PyYAML uses interesting defaults that we've often sought to override (e.g., `yaml.dump(default_flow_style=False)`). To ensure we do a better job of consistently applying the same standard to all of...

cla-signed

### Description Attempting to use `pickle` instead of `deepcopy` for a faster copy. Split from: - https://github.com/conda/conda-build/pull/5225 - https://github.com/conda/conda-build/pull/5248 - https://github.com/conda/conda-build/pull/5253 ### Checklist - did you ... - [ ]...

cla-signed

### Description Simplified `conda_build.render.output_yaml` to avoid the most costly `MetaData.copy` and to eliminate the need for special customizations of the yaml engine. ### Checklist - did you ... - [x]...

cla-signed

### Description Experimenting with a different way of splitting tests for load balancing. ### Checklist - did you ... - [ ] Add a file to the `news` directory ([using...

cla-signed

Another alternative to #25 This time we leave original implementation as is and rather correct the implementation to not override the default protocol.