Sébastien Lorber

Results 210 issues of Sébastien Lorber

Hi, The docusaurus template deploy button is very old and is v1, now most users are using v2. Was wondering if it's possible to update it? The up-to-date URL to...

in-review
content

People don't know if they should use a query or a mutation to login an user when that login performs no side-effect (ie, just query for an auth token). https://stackoverflow.com/questions/50189364/shouldnt-the-login-be-a-query-in-graphql...

Hi, What I want to do is pretty simple and I thought it would be supported but I can't find such an option so far. I have an input text...

The RN typings have a breaking change for a few versions now. All types like "ViewProperties" are now "ViewProps". The following: `import { ViewProperties } from 'react-native'` must be replaced...

There is a new official API to forward ref that should probably deprecate the need for "innerRef" prop: https://reactjs.org/blog/2018/03/29/react-v-16-3.html#forwardref-api

Currently I do: ``` ``` Is there a way to do that with glamorous native only?

Useful for example if I want in __DEV__ to init the form to valid Stripe card infos, to simplify testing. If `setValues` exist, init with values should also be possible

This part was currently not configurable with the labels map

Hi, This library is not coupled to JQuery but it's coupled to DOM. I'd like to use it in ReactNative project but it seems not possible as method inputs are...

enhancement
help wanted

As of 5.1.0, notifications are displayed at most once per interval period, because the fetched update is deleted once "emitted" (ie set to `this.update`) ```js this.update = this.config.get('update'); if (this.update)...

enhancement
help wanted