Alexander Pochill

Results 9 issues of Alexander Pochill

I often find myself wanting to provide a set of values via the environment. So far I've been using comma-separated values, like so ``` MY_LIST=val1,val2,val3 ``` And then [splitting](https://golang.org/pkg/strings/#Split) that...

Everytime we get a PR for a dependency upgrade, our lockfile gets corrupted so that running `yarn --frozen-lockfile` gives the error: error Your lockfile needs to be updated, but yarn...

When registering tracing with OpenCensus it will register all calls. Typically, we're only interested in certain traces. Specifically if there is no Trace already on the context, we don't want...

It's become clear to me that I cannot continue to maintain this package. Between private life, and my job there's just not enough time to keep this up to date....

Using this via javascript (es6) ```javascript import { red } from 'material-colors'; const style = { color: red['500'] //

help wanted

I have only one remote, named 'gerrit' which points to my [Gerrit](http://code.google.com/p/gerrit/) code review git repo. We also have a [cgit](http://git.zx2c4.com/cgit/) connected to this which provides an HTTP interface to...

I am using GCS to stream audio bytes generated by [FFMpeg](https://www.ffmpeg.org/). In order to avoid storing the media on disk before uploading to GCS (it would slow down the process,...

type: feature request
help wanted
api: storage

I've been wanting to use this library for a few things and it works very well in many respects. It does feel a bit unmaintained at the moment though, which...

I have `.classpath` in my gitignore and generate it for each project I work on. This makes `autocomplete-java` not do anything at all. I have tracked the issue to [this...

bug