Fabian Neundorf
Fabian Neundorf
I don't use hmod anymore, but in this case it is possible, but what if a command allows also no parameters? Fabian
Regarding stripping it would be nice if it would follow the MediaWiki implementation. So that when you get `{{tmpl| hello |2= world }}` that it would only strip whitespaces around...
I'd prefer it for `ckan list` as only that shows you the actual mods installed.
Not really because the original issue required the [error code format](https://github.com/jenkinsci/violations-plugin/blob/cab7103b/src/main/java/hudson/plugins/violations/types/pep8/Pep8Parser.java#L41) in someone else's project (which looks abandoned). So even if the bug you mentioned was fixed, it wouldn't fix...
This seems to be an interesting proposal for an issue I've had where I needed to compare two `object`s, but I couldn't cast the `object` to `IComparable`, because I don't...
There is a compass item in the game, so maybe that can be equiped?
I assume this might be an issue with OVH. I also get the same exception: ``` [...] 2023-11-08 18:24:09,988:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): eu.api.ovh.com:443 2023-11-08 18:24:10,128:DEBUG:urllib3.connectionpool:https://eu.api.ovh.com:443 "GET /1.0/auth/time HTTP/1.1" 200...
Just in case this is helpful, I've queried the URL `/domain/zone/{zoneName}/status` via [OVH's API console](https://api.ovh.com/console/#/domain/zone/%7BzoneName%7D/status~GET) and got the following JSON: ```json { "errors": [], "isDeployed": false, "warnings": [ "zone [...]...
Can you give a screenshot? Fabian
Hi and thank you for your review. Should I separate each commit into a separate PR, as every commit fixes something different and is independent of each other? You already...