Velten Heyn
Velten Heyn
I use it like this: ``` var token = localStorage.getItem('jwtToken'); const g = require('../../misc/settings').graphql; Relay.injectNetworkLayer( new RelayNetworkLayer('http://'+g.host+':'+g.port+'/graphql', { headers: (token ? { Authorization: 'Bearer ' + token } : {}),...
### The Problem The checkbox component in LocalForm triggers validator once with "on" and once with true. ### Steps to Reproduce Open https://codepen.io/anon/pen/XZpMwq , open console and trigger checkbox change....
As addition to the existing useRef hook I think it's useful to have a useVariable hook which mimics the semantics of useState but do not trigger a component rerender. It...
Hi there. The typescript typings of the `then` combinator allow to pass up to four parsers to the combinator. Is it possible to pass either 5 or pass a list...
## 🚀 Feature Proposal Adding next.config.js > rewrites and redirects support ## Motivation We have quite some rewrites in our project and I would like to use your awesome library...
Hi, I think you should overthink your responsive design ;) At first glance I was confused why the menu is so wide and where the content has gone to. (Before...
Hey there before proceeding I would like to discuss the expected behaviour to prevent double work. Problem: Currently if you've got a LngLatBounds and want to extend it with a...
Hi, I think it would be really cool if Draggable could be customized so it only calls the function in a grid / every x dragged pixels.
Hi there. I left the point I was not sure about blank so I can fill them as we go. ## Motivation I'm trying to draw a gradient map (heatmap...
With the new field ` "type": "module",` in package.json node js might require different file names. Therefore I added logic that it also handles .cjs and .mjs files