Lukas Wagner

Results 9 comments of Lukas Wagner

The above solutions did not do the trick for me on Raspberry Pi 4B. This machine is in theory capable to run Odoo just fine, since it's overclocked to 2...

May I join in? I added a virtual setter to my `UserSchema`like this: ```typescript UserSchema.virtual('password').set(function (password: string) { const salt = bcrypt.genSaltSync(10); this.passwordHash = { hash: bcrypt.hashSync(password, salt), setOn: Date.now(),...

Thank you, that helped a whole lot! I already was on v9.0.0. However, I was still following the docs at https://graphql-compose.github.io/docs/plugins/plugin-mongoose.html.

Hi Orion, thank you for those great suggestions! I'm not really good with names. Thank you for putting effort into this. All the Best Lukas

Hi @EndilWayfare, thank you for sharing your thoughts. You can always open up a PR and I will gladly integrate it. Please make sure you add yourself to the list...

Oh, yeah, now I see. Thanks a lot for reporting! I will fix it as soon as I'll have some time left ✌🏼 It should of course remove unused style...

Hi Thomas, thanks a lot for reporting this issue. I will have to update this boilerplate to the latest version these days. There probably have been a lot of updates...

And you are getting these collapsed is probably because I need to update css-in-rust to handle newer yew versions.

Mine is. I got the same error. I like tabs better because everybody can have it her/his way with them. IMHO tabs are cleaner.