Nate Wienert
Nate Wienert
Node 6.9.3 Webpack 2 Getting this when using webpack butternut plugin: ``` > my-web-app@ build /Users/nw/projects/motion/starter/apps/web > node scripts/build.js running webpack for: production /Users/nw/projects/motion/starter/apps/web/node_modules/butternut/dist/butternut.cjs.js:1662 this.alternate.minify( code ); ^ TypeError: Cannot...
Two smallish requests: - dont remove whitespace before number - allow toggle to be able to slide on numbers in strings
I don't see anywhere in docs but I'd like to treat my immutable data structures like normal JS ones, in that I dislike having to use `get` and `set` rather...
Get this when using react-tunnel: `Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.` from: ``` function createProvider(React) { var Component =...
Trying to use slalom and I ran into an error here: https://github.com/iamralpht/slalom/blob/cc3d6f7b106499373fc54876ca7328a3a9322a00/src/MotionContext.js#L9 c is not defined for that file.
So we can play with it more easily :)
Support for directives would unlock stuff like [caching in Hasura](https://hasura.io/docs/latest/graphql/cloud/response-caching.html). Not sure how best to enable them in a gqless style. Let's take a few examples: ```gql // 1 query...
Seems like ow is trying to destructure `default` off import `callsites` here: ```js const callsites_1 = require("callsites"); console.log('callsites_1', callsites_1) // logs out: callsites_1 [Function (anonymous)] ``` Causing this: ``` (0...
Just curious if supported or planned to be?
Suffix implies something coming after, not something being replaced. Ideas: rootPathFind rootPathReplace rootPathPrefixFind rootPathPrefixReplace