M-Fawaz Orabi
M-Fawaz Orabi
Yeah, I totally forgot about backwards navigation. So can we make the rule check that the integer type is not nullable when only one navigation direction is supported (or at...
Awesome! Thanks! Is there anything I can help with? I don't know a lot about Webpack's APIs but I might be able to get something to work if I could...
Hmm, the `universal-url` package is pretty big. I'm not sure how to proceed. Should I use [`universal-url-lite`](https://github.com/stevenvachon/universal-url-lite) instead which has some caveats? Or should I just add a note to...
I actually changed the implementation to use the built-in Node.js `url` and `querystring` modules since `URL` _always_ requires an absolute URL and throws an error when the URL is relative....
> Maybe you'd want to publish a fork in the meanwhile? I already did :smile: (`@forabi/graphql-request`)
@schickling It just occurred to me that this library already requires bundling since it's `import`-ing `cross-fetch`.
Unfortunately, no. The touch event system is different in react native so this library is inherently incompatible with RN. > On May 30, 2020, at 9:47 AM, ibrahnerd7 wrote: >...
@revskill10 Unfortunately, this is not currently supported and we do not have plans to implement this feature.
The first code snippet is passing an inline function, which changes identity on every render. This is an anti-pattern. You should pass a component defined outside of the scope of...
The core library does not include a delete button, but it allows you to create your custom time slot component which you can add anything to it (including a delete...