Eric Kryski

Results 21 issues of Eric Kryski

I think this should also be left up to the user for how they want to handle this. For example, if I only want to use a token and my...

Hey Jerry, Looks pretty good. I think it would be good to include the benchmarks in the readme that we had discussed last week.

@daffl already closed https://github.com/feathersjs/feathers/issues/121 around the implementation of this and provided a toy example but we need proper documentation around this. One possibility is to show how you can scale...

Documentation
Scaling

I think we need a slight restructure of the hook object that provides a bit firmer “contract” for what can be returned/modified and also helps people avoid common pitfalls. Overall...

Discussion
Proposal
Breaking Change

Currently we need to hook into the socket to mark as user online when: - They connect & authenticate and offline when: - When the socket disconnects - When they...

Backlog

I'm trying to debug this. Not having much luck so far. Is anyone running into this issue? My code is pretty simple: ``` var mqString = 'amqp://guest:guest@localhost:5672'; var mq =...

This might be just semantics but since Touchable implements `onPress` and various of "press" methods, maybe it makes more sense for it to be called `Pressable`?

question

Another primitive I see missing is Icon. Icons might be able to be shoehorned into `Text` or `Image` primitives however I think that would just muddy them both up. This...