Yu Inao / 稲尾 遊

Results 22 comments of Yu Inao / 稲尾 遊

...or to fix the implementation to support function evaluation as well is another option, i guess?

any updates? i still have this issue --- `svgTransform.js` doesn't seem to be necessary any more with `[email protected]`. ~~just add `vue-jest` for the `.svg` transformer.~~ ```js module.exports = { moduleNameMapper:...

postcss-apply is useful. on the other hand postcss-extend doesn't seem to be maintained. if i want something like Sass @extend, postcss-apply is practical choice for now. it would be great...

wow it works. thanks! So README's description is incorrect...? or does this depend on the environment...? > Unfortunately, in bash, you can't add a negative glob with "!foo.js". Instead, you...

According to the alternative, [Rover CLI docs](https://www.apollographql.com/docs/rover/); > Rover does *not currently* provide client-specific features, such as code generation or client checks. For these features, continue using the [Apollo CLI](https://www.apollographql.com/docs/devtools/cli/)....

I have same issue with `@rollup/[email protected]` & `[email protected]`/`[email protected]`/`[email protected]`. Any idea why? ``` WARN rollup-plugin-inject: failed to parse /path/to/schema.graphql. Consider restricting the plugin to particular files via options.include ERROR RollupError: Unexpected...

aw the schema should be like this: ```graphql type ProductCategory { parent_category: ProductCategory! } ``` i would like to talk about the case if the field is non-nullable :p

@zhouzi @ertrzyiks thanks for your feedback! well my use case is actually sort of exceptional. there is a schema which has nullable fields only and i need to generate non-nullable...