Thijs Damsma

Results 46 comments of Thijs Damsma

I only just managed to setup the selenium test environment on windows+wsl2, which was more challenging than it should be. It is a whole other issue, but has there been...

> GitHub also has a [feature to link issues to PRs](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue). I would if I could, but I think I don't have permission to add links in this repo

... and looking into the entrpoint this isalready exactly how it works if [[ -z $RUNNER_NAME ]]; then echo "RUNNER_NAME environment variable is not set, using '${HOSTNAME}'." export RUNNER_NAME=${HOSTNAME} fi

I thought the hostname ws the container name but it is not. The container name can be retreived with `$(docker inspect -f "{{ .Name }}" ${HOSTNAME} | cut -c 2-)`....

Thanks for your reply and for the pointers. Perhaps I am not the average new user but I found this mechanism a bit confusing, and would definitely prefer self registering...

> This would be a great improvement! Good to hear, what can I do help this get landed? Not really sure how to proceed. Lots of tests are failing, but...

Unfortunately not. I wasted some time on it but couldn't figure how or where to solve this. On 10 Nov 2017 14:46, "Omri Har-Shemesh" wrote: > I have the same...

@pdanpdan, can you perhaps clone the repo and check if you can reproduce the error? Want to be sure it is not just something with my local setup

@pdanpdan that solved it, thanks a lot! Will you also submit that PR for this repo? I think everyone can benefit from this.

Understand you point on this being not for noobs, but looking at myself there are people interested in programming microchips with the latest new and shiny asyncio micropython features and...