Georgiy Bukharov

Results 25 comments of Georgiy Bukharov

@jedisct1 would be glad to help but it's quite hard to understand how do you compile it right now. Maybe I could give you some basic explanation how i.e. rollup...

@jedisct1 thanks, already playing around!

@kurkle looks like fixing in `register` requires transforming of the module to the object, feels doubtfully for me. What if we just add modules support conditionally, so it won't touch...

@etimberg you mean that performing `supportModules && isModule(loopable)` will affect performance? Ok, maybe we could make something like `eachWithModules` and use it in `register`? Or I could just inline it...

Probably related: https://github.com/gridsome/gridsome/issues/871

@noxify thanks, I know that it's possible to resolve this problem manually. But I think it's actually a bug and should be fixed in the core, because it's unexpected. e.g....

@Timmitry it's good practice to leave existing but empty field as `null`, why not just leave it like this? Reminding: if in one node field is not empty, and `null`...

@hjvedvik, thx [@infer](https://gridsome.org/docs/schema-api/#infer) looks like nice solution!