Steffan Sluis

Results 16 comments of Steffan Sluis

Incidentally, the [return type](https://github.com/oleksiyk/kafka/blob/480e19d3856ec5bce2f508c03350c2af5fc7d02c/types/simple_consumer.d.ts#L11) for `fetchOffset` also seems to be [incorrect](https://github.com/oleksiyk/kafka/blob/b3c47be27e7ac8d95afa24391cd57d17e40a5e9f/lib/client.js#L63).

Sure, I'd be happy to help! I would argue for rewriting (part of) the library to Typescript, because then the types could be generated and you would get all the...

Having potentially the same problem? I built the extension manually and when loading it got the following error: ``` content-script.js:47 Uncaught Error: Extension context invalidated. at listenToEmberDebugPort (content-script.js:47:20) at content-script.js:30:7...

Hey! I've started using ember-graphql-adapter recently and I have to say, I like it a lot. During some reading, I came across [this part](http://emberjs.com/api/data/classes/DS.Store.html#toc_retrieving-related-model-records) of the Ember Data docs, which...

@viniciussbs In [Ember Data 2.5](http://emberjs.com/blog/2016/05/03/ember-data-2-5-released.html#toc_changes-in-ember-data-2-5), `findRecord` does have this option (although to be fair, I didn't know that either until I looked it up just now). Edit: Still seems to...

So, I agree with you on the authenticationHandler, I am trying to get it to work, and I'm running into an issue. I'm using `express-oauth-server`, which proxies the request and...

I just realized the `response` constructor takes an `options` arguments that can be used to achieve what I require, but it is ignored by `express-oauth-server`. I am still interested though...

The [library](https://github.com/dherault/semantic-graphql) works by allowing you to provide a set of resolvers for different use-cases, each of which may return a Promise or not. The library then wraps the result...

@frfy The `path.Labels()` query in Gizmo should be able to help you out. ```javascript var subject = "", predicate = "", object = ""; g.V(subject) .Has(predicate, object) .Labels() .All(); ```

Cayley version: 0.7.3 Git commit hash: 782194b030b5 DB: Postgres version 9.6.4