bsr203
bsr203
``` sudo devtools-terminal --install ⏎ master ✱ /usr/local/lib/node_modules/devtools-terminal/node_modules/socket.io/lib/store.js:35 Store.prototype.__proto__ = EventEmitter.prototype; ^ TypeError: Cannot read property 'prototype' of undefined at Object. (/usr/local/lib/node_modules/devtools-terminal/node_modules/socket.io/lib/store.js:35:41) at Module._compile (module.js:573:32) at Object.Module._extensions..js (module.js:582:10) at Module.load...
Hi, Seeing this is done in js makes me want to try my first attempt with Raspberry Pi. As beginner, it may great to start with something simple as controlling...
Is it possible to publish flowtype definition at https://github.com/flowtype/flow-typed. thanks. bsr.
Recently, ErrorLink feature is [added](https://github.com/zino-app/graphql-flutter/pull/445) The apollo lib also pass NextLink for retries. Which is needed for retrying the request on token expiration, which is quite common. See the relevant...
Hi. I have a custom error type (which implements Error interface) and use it in [log.Error](https://godoc.org/github.com/opentracing/opentracing-go/log#Error) When I was looking at this error through `jaeger-ui`, I see it is not...
Hi, When I use a wrong input argument, it panics. It works with `{"name": ["abc"] }`, but panics with `{"name": "abc" }`. A proper error would be better. ``` 2016/11/29...
Hello, I had this code, and which didn't raise any error at server. ``` interface Node { id: ID! } type Viewer implements Node { # id: ID! widgets(first: Int,...
Hi. not really have any immediate use-case :-) but, below pie is beautiful. Would like to see how to do it on top of vx. http://recharts.org/#/en-US/examples/CustomActiveShapePieChart http://jsfiddle.net/ro31mjuf/ thanks. bsr.
This is reported previously. Please refer to https://github.com/firebase/flutterfire/issues/8898 What works: - run `flutterfire configure` and create the option file. - load it through ``` await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPlatform, ) .....