Rik Huijzer

Results 128 comments of Rik Huijzer

Have you considered the niche of browser automation? I haven’t used Selenium in a while but remember that it could be quite a struggle to link it to my browser...

So, this issue is fixed? I'm leaving this issue open for others to pick-up.

Sorry, I actually have no idea. I've hacked together this project in a few days and am now unable to recall the details for fixing those issues. Maybe https://github.com/dbaynard/cache-nix-store @dbaynard...

For some reason, I know again. I just had to sleep on it, apparently. @tbenst your workaround probably isn't working because the cache is uploading during the `uses: nix-actions/[email protected]` (this...

The test failures appear unrelated.

@Illusion47586 Great stuff with the front end. I’ve renamed the PR title to be more in line with https://cbea.ms/git-commit/

Nice issue. Your error and package versions make it very clear what's going on. The problem seems to be that it's still a pretty big environment and specifically the problem...

Why do all these packages have to be in the environment? Do you have some code somewhere?

Seems like a duplicate of #2136.

Looks like an [`MbedTLS.jl`](https://github.com/JuliaLang/MbedTLS.jl) issue. Similar to https://github.com/JuliaLang/MbedTLS.jl/issues/229. What happens if you do ``` julia> using Pkg; Pkg.activate(; temp=true); julia> Pkg.add("MbedTLS") ``` if that errors then please open an issue...