Jesper Håkansson
Jesper Håkansson
Hey, thank you for a great project! I wanted ask if it's possible to use backpack when developing a library, i.e. just use it to compile the code and not...
Hey! How would I use TypeScript with nwb for react-components? I tried setting it up like this: https://github.com/drager/nwb-react-typescript but when I build I do not get any `lib` nor any...
Hey, I'm trying to use the `SingleMediaEditor` in an custom contentful extension with a field type that is JSON object but it throws the following error: ``` Uncaught TypeError: value.sys...
Hey, Would be great with a example for rendering SVG.
Hey, thanks for a great library! I was wondering if it's possible to blacklist instead of whitelisting queries/mutations? I.e. this is how we do it today: ```typescript export const authMiddleware...
## Description of the feature I have some common structs that I use as output and as input. Would be awesome to be able to derive them both. It does...
Tracking issue of supported vendors. - [x] AWS lambda - [x] Google Cloud Platform functions - [x] Azure functions - [ ] Cloudflare workers - [ ] IBM Openwisk -...
Hey! Is it possible to render images? Also, can you add "own" fonts in some way? Thanks
Hi! This line: https://github.com/Netflix/falcor-router/blob/3b3a6a817bdbb052727cd4c25c1aa7e1a48a46c4/test/unit/internal/jsongMerge.spec.js#L228 will always be true because its the same object. Lodash _.merge() changes and returns the object which makes them the same. ``` var expected = _.merge(cache,...