M Hickford

Results 109 issues of M Hickford

Hi. Please could you publish this to npm registry so we can install it more easily? http://search.npmjs.org/ Workaround: ``` npm install git+https://github.com/errcw/trueskill.git ```

``` >pip install butterfly >butterfly.server.py Traceback (most recent call last): File "C:\python33\scripts\butterfly.server.py", line 53, in from butterfly import application File "C:\Python33\lib\site-packages\butterfly\__init__.py", line 54, in import butterfly.routes File "C:\Python33\lib\site-packages\butterfly\routes.py", line 19,...

Hi. For convenience, please could you share installers? I can't run Microsoft Keyboard Layout Creator on my laptop.

Hi. Have the colours for the lightning icon changed? As I remember, the algorithm was: 1. If transport layer is QUIC, then set icon to red 2. Otherwise if application...

Does this plugin support sublime text 3? Please clarify in the readme.

HTTPie doesn't work in my office because our computers are behind an proxy. It still doesn't work even after specifying the `--proxy` argument, because the proxy is superevil. It uses...

enhancement
blocked by upstream

It would be helpful to publish the [helper.py script](https://github.com/google/oss-fuzz/tree/master/infra#helperpy) to PyPI https://pypi.org/ to make it easier to install and run without having to clone the oss-fuzz repo. In particular, setting...

There are several [Linux distributions that support .NET](https://docs.microsoft.com/en-us/dotnet/core/install/linux) but can’t install deb packages. Installing or updating Git Credential Manager on these platforms is discouragingly awkward -- you have to download...

installation

Package as .NET tool https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create First step for #820 Tested locally ``` dotnet pack --output out/nupkg dotnet tool install --global --add-source ./out/nupkg git-credential-manager-core --prerelease ``` Package size is 1.3...

[BitbucketHostProvider](https://github.com/GitCredentialManager/git-credential-manager/blob/main/src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs) cleverly stores an OAuth refresh token as an independent credential with a variation on the path. https://github.com/GitCredentialManager/git-credential-manager/blob/569d10b9eca391b3047af910037a89e62ead7cfb/src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs#L460-L466 However when using store `credential.credentialstore=cache` sometimes BitbucketHostProvider queries the store for the...