M Hickford

Results 153 comments of M Hickford

Now I'm using 0.3.1 . The bug still exists. Here's the updated workaround: `io = @io` in the app's scope and then `io.sockets.emit` in the request handler.

Right. Let me give an example why this would be a Good Thing. I have a microblogging app. Posts are rendered at two times. The server renders posts in a...

Meanwhile (until the compatibility fork is merged), the package zappa could be labelled as incompatible with Node 0.8.x (or whatever) in the `package.json` per https://npmjs.org/doc/json.html#engines > You can specify the...

@ldennington I'm squatting both https://www.nuget.org/packages/git-credential-manager-core/ and https://www.nuget.org/packages/git-credential-manager with unlisted prerelease packages so can add you as an package owner whenever you're ready to publish to https://nuget.org/

> Maybe create a feature request for that library? package https://pkg.go.dev/google.golang.org/protobuf/testing/protocmp links to repo https://github.com/protocolbuffers/protobuf-go but that repo has issues disabled and encourages opening issues here instead > The issue...

FWIW you don't need source rpms to package a Go module on Fedora COPR, [a spec file is enough](https://docs.pagure.org/copr.copr/user_documentation.html#direct-upload). [Fedora recommends](https://docs.fedoraproject.org/en-US/packaging-guidelines/Golang/) you generate the spec file with [go2rpm](https://pagure.io/GoSIG/go2rpm). This worked...

@bradfitz Can you take a look or assign a new reviewer? https://go-review.googlesource.com/c/oauth2/+/261220

> [recent Cryptocat failures](https://threatpost.com/cryptocat-encrypted-chat-vulnerable-to-simple-brute-force-decryption) Thanks for bringing that to my attention. Uninstalled Cryptocat (not that I ever used it). That specific vulnerability might be fixed, but lost my confidence. ---...

@adam-azarchs You might find this [comparison of OAuth servers](https://github.com/hickford/git-credential-oauth/issues/17) interesting

It would be neat to store Git's password_expiry_utc attribute https://git-scm.com/docs/git-credential#Documentation/git-credential.txt-codepasswordexpiryutccode Currently GitLabHostProvider makes a HTTP request to check expiration. This would no longer be necessary. GenericHostProvider is unable to store...