Results 26 issues of link89

Hi, as Python 3 deprecate the Carbon module, I have to turn to pyobjc to make some legacy code work. In one place I need to use `keyAEKeyForm` but I...

Hi, I have a pure javascript based command line tool. And I want to pack it with nodejs runtime via `nexe` so that the end user can just download a...

# Description See https://groups.google.com/g/jenkinsci-dev/c/qaZ4DCDnV90 # Submitter checklist - [ ] Link to JIRA ticket in description, if appropriate. - [x] Change is code complete and matches issue description - [...

**Feature Description** I am working on a tool to wrap some existed command line tools to make them easier to use (like auto install, inject argument automatically, etc). And I...

enhancement

## Background Hi, I just come into a case that need to allow user to override some default value of a json configuration. The configuration is a nested dict and...

enhancement

Implement https://github.com/google/python-fire/issues/403

I find this is useful when I am working on a project that is to stream resources on my PC to DLNA supported TV. In this case I need to...

Here is the error: ``` git clone --branch=mace --depth 1 https://gitclone.com/github.com/ACEsuit/lammps Cloning into 'lammps'... fatal: protocol error: expected sha/ref, got 'shallow ed03d04a70551a4ffbf9116e714eb51c466c63a5' ```

For some reason I have to add the following options to the `docker build` command: ``` --add-host=host.docker.internal:host-gateway --build-arg HTTPS_PROXY=http://host.docker.internal:1080 ``` I find from this [doc](https://containers.dev/implementors/json_reference/#image-specific) that I can use `build.args`...

I know that `poetry install` can detect conda environment automatically and install dependencies to the current activate environment. But the problem if `poetry install` is there is no way to...