DetachHead
DetachHead
> Good news is that Robot's execution model ought to already now make it possible to create an external tool that does this. It would allow experimenting with different APIs...
@pekkaklarck i gave it a go and made a pytest plugin https://github.com/DetachHead/pytest-robotframework it's very early stages, but if you want to take a look and provide any feedback that would...
the plugin is pretty much done, however there are a few hacky parts that i could use some guidance on. ### dynamic keywords i dynamically create functions and give them...
> 1. Creating keywords dynamically should probably get a new API. Does https://github.com/robotframework/robotframework/issues/4252 look like something that would work in this case? i don't think so, however it would definitely...
so it turns out i didn't really need to dynamically create keywords like that, and i reworked it to just use a regular robot library (https://github.com/DetachHead/pytest-robotframework/pull/57) i think the main...
@GabDug thanks for making this extension! i noticed it's [now on the vscode marketplace](https://marketplace.visualstudio.com/items?itemName=GabDug.pdm). i've been using it for a couple days and it seems to work well. do you...
i looked into this and would like to have a go at implementing it. it seems straightforward, looks like trace events just need the `parentId` field in the metadata. i...
unfortunately it turned out to be more difficult than i thought, so i went with a very hacky solution that's tied to my own project which i can't really share....
@hperrin perhaps we could use [`@sveltejs/package`](https://www.npmjs.com/package/@sveltejs/package) instead? it strips types and creates a seperate `.svelte.d.ts` file as well (i believe using the `preprocess` property in `svelte.config.js`), which i think would...
@hperrin i'm in the process of converting all the packages to use `svelte-package` but i'm running into some strange type errors on the `site` package: https://github.com/DetachHead/svelte-material-ui/actions/runs/3520533501/jobs/5901535004 would you happen to...