Stig Otnes Kolstad

Results 9 comments of Stig Otnes Kolstad

Yeah, I saw. But the need to have a coverage report may not necessarily mean that you need tests, but that the users can see how much/little of your codebase...

I have the same issue with my OpenVPN connection. My OpenVPN client configuration adds two default routes (`0.0.0.0/1` and `128.0.0.0/1`) on connect. My routing table then looks like this: ```...

Same issue here. Looking for solutions or work-arounds.

On Ubuntu 18.04, `journalctl` does not itself exit with an error. So I wouldn't expect this python library to do it either. ``` $ journalctl -u asd Hint: You are...

That is a good question. There is not a whole lot written about handling permissions, but the little I found in the docs; > Note that in order to access...

For extra clarity in @Timbus suggestion, the last argument should be `--port` kubectl proxy --port 8888 Works good for me too

Same problem here, with what seems like squash commit issues as well: ``` [10:08:47 AM] [semantic-release] › ℹ Running semantic-release version 19.0.5 [10:08:4[7](https://github.com/myorg/myrep/actions/runs/3181241620/jobs/5185764554#step:7:8) AM] [semantic-release] › ✔ Loaded plugin "verifyConditions"...

Also remember to remove unsupported targets from the root Makefile. **Edit:** Or maybe keeping those if the plan is to have 2.7 in an LTS state.

Yes, it helps, but it is not located where one expects to find that information. It would be ideal to keep the import instructions on a specific resource's documentation page,...