Blake Williams

Results 21 issues of Blake Williams

Here's a feature that we are using on my current project - a mountable file system, similar to unix bind mounts. I thought I should polish it up and submit...

#### Description MapboxLayer.onError is not always fired when an Error occurs in Layer.shouldUpdateState #### Expected Behavior MapboxLayer.onError should be called #### Repro Steps Here is a codepen that reproduces the...

bug

I came across this issue when trying to update my own project that uses decimal. I was getting this error when trying to run `go get -u`: ``` $ go...

When I run `go get` in a project using `github.com/ericlagergren/decimal`, I see unexpected transitive dependencies in my `go.mod`: ``` module example.com/thingy go 1.12 require ( github.com/ericlagergren/decimal v0.0.0-20190408093654-b4c50b82c335 github.com/lib/pq v1.1.0 //...

Add support for `assets` portion of Github [releases](https://docs.github.com/en/rest/releases/releases#get-a-release) to the output of the github release data source: ``` { // ... "assets": [ { "url": "https://api.github.com/repos/octocat/Hello-World/releases/assets/1", "browser_download_url": "https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip", "id": 1,...

This is an attempt to revive #448, which seems to have stalled. The change is largely the same, but I have also followed the instructions for deprecation found [here](https://www.terraform.io/plugin/sdkv2/best-practices/deprecations#renaming-a-computed-attribute).

I get a build error while trying to go get: ``` $ go get github.com/mh-cbon/go-msi # github.com/mh-cbon/go-msi/manifest C:\Users\shabb\go\src\github.com\mh-cbon\go-msi\manifest\index.go:152:35: multiple-value uuid.NewV4() in single-value context C:\Users\shabb\go\src\github.com\mh-cbon\go-msi\manifest\index.go:156:34: multiple-value uuid.NewV4() in single-value context C:\Users\shabb\go\src\github.com\mh-cbon\go-msi\manifest\index.go:160:32:...

**Is your feature request related to a problem? Please describe.** I'm trying to intercept and rewrite `$ref` links as part of a complex bundling workflow involving a library of shared...

p3
Type: Enhancement

``` py """ Usage: bug.py [--opt num] [ARG] Options: --opt num An option with a value Arguments: ARG An arg with a default [default: A] """ from docopt import docopt...

Following on from https://github.com/python/typeshed/issues/10020, it seemed from that discussion that there was both desire from the issue tracker on the [grpc-stubs](https://github.com/shabbyrobe/grpc-stubs) project to submit these types to typeshed, and willingness...