Tim Stackhouse

Results 33 comments of Tim Stackhouse

@zauberparacelsus To be fair, when you subscribe and apply a list, you'll get informed of anyone who you might be following, because you cannot block someone who you follow. The...

This is actually recommended as an alternative to the project that @wyardley linked, which is also pertinent as that project is currently having issues. Validating the format of commits is...

Setting aside if it is an antipattern or not, in my project we use rebase merges without squashing to preserve a linear history, and therefore need all commit messages to...

I've been doing some testing and I found that in the `wrapHooks` function in `WrappedPlugin`, if we change this: ``` const wrapped = Object.keys(hooks).reduce((acc, method) => { acc[method] = genProxy(method);...

This is also applicable to mocking said providers, e.g. `mockProvider(AbstractQueryService)` will fail with the same error, thus forcing me to have a stub class in my test files instead of...

I'm having this issue on an ER-X running v1.9.7+hotfix.3 after updating to the latest telegraf (1.6.1), no matter how high I set the timeout (up to 50s) or how low...

I'm relatively new to cypress and was seriously pulling my hair out over this because I hadn't set a base url in my config. Having a better error message would...

I think that would be helpful, or at least if `cy.api` were to check and throw an error that you a baseUrl needs to be set in the config. In...

Looking into this, it's not properly detecting the newest "raspberry pi os" since they renamed raspbian... https://github.com/k3s-io/k3s-ansible/blob/master/roles/raspberrypi/tasks/main.yml#L20-L34 It seems like they report regular 'ol Debian: ``` fox@node1:~ $ lsb_release -a...

I did this, and jumped right to the latest 1.25 from 1.22. And that resulted in a lot of weirdness that I'm trying to triage over in https://github.com/k3s-io/k3s/issues/6314. Don't do...