Kristoffer
Kristoffer
I would be glad to help out. Answers: 1. Pick people you know are in the community and theyr repos and what they have to offer. 2. Add `Semantic Release`...
oh, its related to SSR not webpack 😉 see how they solved it here: https://github.com/Olical/react-bodymovin
It is the way its loaded. react-bodymovin solves this in a other way..
Ok, thanks for the headsup! I will rewrite the script 👍
I can transfer it and the others i have.. i also have graphql-compose-dataloader. Is it possible to join the organisation if i want to continue to maintain?
I have this function on Users scema: ```js UserSchema.pre('save', function (next) { if (this.password || this.isNew){ this.password = bcryptjs.hashSync(this.password, 10) } next() }) ``` https://github.com/nodkz/graphql-compose-mongoose/blob/master/src/resolvers/updateById.js#L109-L116 Will get full document, update...
Is is not really ment for people to use since it is for educational purposes only. Its illegal to use it in production 😉 That is why i have not...
I just have some big issues with the gl-react v3 as captureFrame and alot of basic functionality is missing.. There is also a some huge performance bugs in v3.
hi! fix conflicts
@danielreuterwall great to hear that you are experiencing better performance, as this is the meaning 😉 access to functions should not be a problem, the optimization should still work fine....