Samuel Gaus
Samuel Gaus
I'm currently working around this by importing `angular2-click-outside/index.ts` instead
Would it be possible to get a function that turns these objects back into strings?
At the moment disabled goes onto the div here: https://github.com/lovasoa/react-contenteditable/blob/master/src/react-contenteditable.tsx#L50 as well as making it non-editable here: https://github.com/lovasoa/react-contenteditable/blob/master/src/react-contenteditable.tsx#L57 I'd like to be able to do the latter and not the...
It would be nice to be able to use `system` to produce pseudo-classed styling. There are different ways you could do this, perhaps: ```javascript system({ colorHover: { property: "color", scale:...
Is there a way of finding what Fiber class a variable I have is an instance of?
Somehow I think I'm breaking `typed-redux-saga`'s return type inference here https://codesandbox.io/s/confident-sunset-62kgs?file=/src/index.ts:1307-1358 Is this a mistake on my side or a bug?
These methods have an initializer of type `[Function]` instead of a value in the descriptor.
Hey! Would be good to have it link to your own site's username system. I'm happy to code it but wondered how you think it would be best to implement...
https://github.com/mixmaxhq/search-string/blob/8eed1468019b58442222b144926c6e98652dff19/src/searchString.js#L303 I know it's a tiny thing, but I think it makes more sense to have conditions follow rather than precede the freetext. I'm happy to submit a PR but...