Tim Hutt
Tim Hutt
The documentation says to use `client.register_capability()` but it isn't really clear how. There's also a `DidChangeWatchedFilesRegistrationOptions` struct in there but it isn't referenced from anywhere else. An example would be...
I currently have an issue on OSX where nearly all of my profiles have "" as most of the time. This is obviously something to do with `llvm-symbolizer` not working,...
This is with `master` as of now on OSX. If you create a test as described [here](https://github.com/google/pprof/issues/130#issuecomment-357979679). The code will go to `symbolizer.go` `newMapping()`. It will first call `obj.Open("myexe", 0x100000000,...
This is really awesome, thanks! One minor feature request - is there a way to change the transition easing curve? You can change the durations, but the easing curve appears...
Simple example that works in the online Vega editor but not in the "vega spec transition" example: ``` { "$schema": "https://vega.github.io/schema/vega/v3.json", "width": 200, "height": 200, "data": [ { "name": "table",...
I'm not sure why but: ``` ~ go install github.com/github/lfs-test-server cannot find package "github.com/github/lfs-test-server" in any of: /usr/local/Cellar/go/1.15/libexec/src/github.com/github/lfs-test-server (from $GOROOT) /Users/me/go/src/github.com/github/lfs-test-server (from $GOPATH) ~ go get github.com/github/lfs-test-server ~ go install...
I just tried the examples, and a pretty obvious flaw from the start is that the scroll bar (which is initially invisible - is that intentional?) doesn't capture the mouse....
It would be nice if gRPC-web were supported natively with this crate. As far as I can tell it isn't supported by the core (I made [an issue to add...
The [Angular components Readme](https://github.com/dart-lang/angular_components/blob/master/angular_components/README.md) contains a broken lint to https://webdev.dartlang.org/components It should be https://angulardart.dev/components There's also a broken link to https://webdev.dartlang.org/components/api.
It would be nice to have a list that answers the question "I want to write a language server in . Is there a library I can use to take...