Christian Meunier

Results 62 issues of Christian Meunier

I saw this with task_bunny and I think it's pretty useful in dev > https://github.com/shinyscorpion/task_bunny#reset-queues

enhancement

Would it be possible / easy enough to add the number of pending jobs to the queue stats ? Right now it does not seem possible to compute this at...

question

In order to be friendly with Relay and graphql-relay-js lib, the API needs to allow the user to append some fields directly to an Object or an Interface. Example would...

Related to #5 , we need to allow the user to define the args in one call so he can use the connectionArgs provided by graphql-relay-js ``` args(args) { this.__field.args...

Hi, I am wondering if the layout can / could support draggable gaps where one gap (a separation between 2 content panes) is draggable to adjust the size / ratio...

Hi @fishcakez, I was wondering if you could share your though on the value props of distributed tracing initiative such as [opentracing.io](www.opentracing.io) when it comes to Elixir ? Pretty good...

Hi, I was wondering if you had a look at React Native Reanimation ? > https://github.com/kmagiera/react-native-reanimated

Hi @npurushe, Is there any chance to add support for preloading assocs with Requery ? That is dearly missing at the moment unless I am missing something. For illustration, this...

enhancement

Right now when you want some states, you have to create and provide it through the context using `provideState` and then inject it into your component with `injectState`. This is...

enhancement