Harvey Seager
Harvey Seager
This would be a great addition to get merged. I've used `patch-package` until this gets merged and it appears to be working as expected in Arabic and Hebrew. Thanks for...
It appears the duplication of items only happens when the Glide type is 'carousel'. A solution that works in my case is changing the Glide back to a slider if...
I've created a wrapper module which detects WASM builds and isn't perfect, but is working well enough for my needs. ``` pub trait TextFormatter { fn format_bold(self) -> String; }...
Thanks! Only just saw this as I didn't get a notification. Looks good and I will probably move some parts over when I get some time to have a closer...
Thanks for the suggestion! I was planning on adding a way to have multiple saves so that you can share and rate other peoples builds in the future which should...
@Iturio Thanks for the feedback! Yeah this was intentional as I had some issues with the logic around decreasing higher levels when removing lower level talents. To get the first...
I've had a few attempts at this and I'm still having trouble working out how to calculate which skills need to be reset when reducing lower tier skills without any...
@Mikewa33 Thanks for the code. I've just tried it out and although it does allow you to decrease lower levels, it allows you to spec out the following which is...
@Mikewa33 I've tried out the code above and there are a few issues where it doesn't reset the higher tier skills when you decrease a lower tier.
Thanks, I prefered this method than using Tasks and was easier to setup. Working with WSL 👍