David Glasser

Results 103 issues of David Glasser

I'd like to use org-sync to maintain an org file syncing issues from a shared repository into an org mode buffer, but I don't ever want org-sync to update GitHub...

enhancement
core

My team often discusses issues by ID so it would be really nice if headlines (for GitHub) looked like ``` ** OPEN #123 Some issue ``` Is this something you'd...

It's unclear from the README where you configure the s3 bucket and AWS credentials. I assume it's via the CircleCI UI, but it would be nice to be explicit!

The code reads: ``` if respHeaders.Get("Expires") != "" { expiresHeader, err = http.ParseTime(respHeaders.Get("Expires")) if err != nil { // sometimes servers will return `Expires: 0` or `Expires: -1` to //...

If I'm able to catch an exception with the text `Error: this Fiber is a zombie`, then that's a fibers bug, right? Not user error? Working on finding a minimal...

I like the idea behind this package. However, I'm concerned that there's a potential race condition. Let's consider three Promises. The "original" promise is the one that's running an async...

It would be nice if there was a command/binding to restart the command in the current buffer.

There's an eslint config file and an eslint script, which suggests running eslint is reasonable. (Though I don't think CI enforces eslint and there are a bunch of errors in...

`apollo-datasource-rest` is a caching HTTP client for Node which uses our `apollo-server-caching` interface to talk to a cache. Other than the fact that it implements the `DataSource` interface, its code...