Dominic Clifton

Results 269 comments of Dominic Clifton

> @hydra > > > yes, this is what you're looking for after you make the change, likely though it just wouldn't boot due to having no-where to store the...

See also this comment https://github.com/jprochazk/garde/issues/3#issuecomment-2643258698 which I made before I found this issue. I'll copy my proposal from that here: ``` struct MyForm { #[garde(length(min = 1, key = "form-field-error-length-too-short"))]...

Hi, just using this crate for the first time today. I'm making an app which uses 'egui_i18n' and 'egui_form' with the 'garde' feature. Currently, when a validation error occurs the...

Same problem here, and I looked for documentation in the readme about how to use this source repo instead of the one that pip installs, however I didn't find any...

> For future reference: You can simply install the newest git version via `pipx install git+https://github.com/30350n/inventree_part_import` (you might have to uninstall any old installed versions first). pipx doesn't work for...

ones you can grab with a mouse and move are usually called `splitter`. google image search: https://www.google.com/search?q=gui+splitter&client=firefox-b-d&sca_esv=e286eb43f4ef8551&udm=2&biw=1898&bih=1005&sxsrf=ADLYWIIa32L69heXKWydD46jd8e6nd6jMA%3A1725043777669&ei=QRTSZsjEKMqakdUPwZKc8AM&ved=0ahUKEwiI6dvssJ2IAxVKTaQEHUEJBz4Q4dUDCBE&uact=5&oq=gui+splitter&gs_lp=Egxnd3Mtd2l6LXNlcnAiDGd1aSBzcGxpdHRlckiZE1DFClijEnACeACQAQCYAVKgAZcEqgEBOLgBA8gBAPgBAZgCA6ACzQHCAgUQABiABMICBhAAGAUYHsICBhAAGAgYHpgDAIgGAZIHATOgB8MN&sclient=gws-wiz-serp ones that just divide, without being able to be grabbed and resized are...

I ran into the similar issues when attempting to `get` on a signal that was created in the callback from `open_file()`. In my case, I wasn't even aware that a...

Fixed in #244 but see https://github.com/khonsulabs/cushy/pull/244#issuecomment-2638105671

> I had problems getting TMC2209 step sticks working with UART configuration in Marlin 2.x.. Some Bigtree TMC2208 before were working correctly, so I was debugging the case. Many thanks...