Montana Flynn
Montana Flynn
Also hitting this, the problem with `python setup.py` develop or `pip install -e .` is the package(s) don't have a `setup.py` file. The previous admin was adding the path to...
@onrik my use case is wanting to only include the filename for certain levels. I found a pattern in other hooks that support the `SetLevels` method so I assumed that...
I see gobinaries actually already does use `ldflags`: https://github.com/tj/gobinaries/blob/master/build/build.go#L155-L165 However it's not working for my project, maybe because it's in a subdirectory? ``` $ curl -sf https://gobinaries.com/montanaflynn/notify-cli/cmd/notify | sh ==>...
Also hitting this with the the https://fonts.google.com/specimen/Anton downloaded ttf file.
> throw raw json in url https://blogs.dropbox.com/developers/2015/03/json-in-urls/ > still does not solve the call to api.apiembed.com issue What is the issue?
We want to this functionality as well, the use case is when a node package gets a version update to make PRs to several other repositories updating the package.json dependency...
I think it's a piece of what we're trying to achieve, first we need to checkout the repo, make a new branch, update the package.json, commit, push it, then make...
Is this closed or is there a way to filter traces by sampling options in Go? I couldn't find any. We're using opencensus on AWS and the ELB healthchecks are...
Actually I just figured it out using `GetStartOptions`: ```go &ochttp.Handler{ Handler: handler, GetStartOptions: func(r *http.Request) trace.StartOptions { startOptions := trace.StartOptions{} if r.UserAgent() == "ELB-HealthChecker/2.0" { startOptions.Sampler = trace.NeverSample() } return...
Any updates on this and https://github.com/mixpanel/mixpanel-js/issues/99?