Kylie Blake McNaughton

Results 12 comments of Kylie Blake McNaughton

First step is to consider common VSCode tooling for `invoke` like the scripting buttons available for `npm`/`yarn`. This should likely be a blocking epic.

Based on research, there is only one VSCode tool for `invoke` and it is not being actively maintained.

My understanding was this complete removal was to account for the possibility of contaminated `venv` environments during development. We could add a flag, but for the publish task, I do...

I think allowing no rebuild for `publish --ci` makes a lot of sense actually, so I think with that scope in mind, this issue can be implemented.

Taking a look again, and with regards to your point 1, the meta-package `tasks.py` already allows for the use of `clean --no-venv`. I think it makes sense to add similar...

If you are running from the command line outside of an environment managed by `rcc` you are using a different set of dependencies. You would need to confirm all dependencies...

I tried to increase the depth on the `Get elements` keyword to 16, but it still only found the first radio button.

This is the piece of code that produced those log entries: ```robotframework win.Print tree ${ANCHOR} ${no_radios}= win.Get elements ${ANCHOR} > type:RadioButtonControl and name:"No" and depth:16 Log many @{no_radios} FOR ${radio}...

Well, intuitively, I figured `Get elements` would already get all elements under the anchor I gave it. I discussed this with @mikahanninen on a call today and we are thinking...

Do we really need a wait after clicking enter? The library has built in timeouts for finding elements, so theoretically, if you called `Control window` after `Windows search`, it should...