dolfje
dolfje
## Description I saw a lot off comments about changing the selector. Using not class based selector, but something other. As all programmers and projects have their own requirements. I...
## Description With a React application, a click doesn't always change the navigation. But in most cases will load some extra data. So add an option to wait after all...
## Description In test you want to check if some text is included in the page. That wasn't possible yet with the current recoder. I made it possible by selecting...
## Description The selectors are sometimes cryptic and could break with adaptations in the DOM layout. Thus I use a custom selector (see other pull request). But the couldn't find...
Because the default roles are granted in front, they will check if the default roles exists. Because of the og_roles_permission, these don't exists and are only copied afterwards. Thus the...
See https://github.com/ava/use-http/issues/302
I'm busy with trying piduino for the Raspberry Pi Zero 2 W. From what I read, it is almost the same as Raspberry 3A. So I'm trying to get it...
I'm busy with trying piduino for the Raspberry Pi CM4. From what I read, it is almost the same as Raspberry 4b. So I'm trying to get it working. I...