Muhammad Ragib Hasin
Muhammad Ragib Hasin
Many thanks, @rodrimati1992, for the prompt help. I would try to send a PR once I've verified it in my codebase.
Thanks a lot @rodrimati1992. It is working as intended. I am going to send a PR detailing this in docs. Should I add this use case in the big example...
Just encountered this on a fairly small code. Is any solution being worked on?
Using `dunce` crate in a local `cargo-shuttle` build seems to solve it for me.
I was about to make a PR on the main branch 😅. Is all future development happening on the shuttle-next branch?
> Nice to haves: > > * Opt-in `const` APIs that allow error checking at compilation I think `const` constructors are a necessary feature, not just a nice-to-have. Without `const`...
Thanks a lot. Your suggestion seems to work. But then another model using this errors with NaN value. ##### Code: ```julia Amplifier1 = Model( Vcc = ConstantVoltage | Map(V=22.0u"V"), R1...
It would be helpful if two (or more) numbers could be merged in same thread view. It would be helpful where someone has multiple numbers and use them interchangeably.
If we don't want to access Windows font management APIs, then I think there are two options: 1. Read the font list from the registry * Benefit: almost the same...
Shouldn't we have a `Background` enum property with variants for gradient, solid color, image, Vello scene? Otherwise if we add each variant as its own property and some widget gets...