Brian Turek

Results 15 comments of Brian Turek

I stumbled into this issue and accidentally opened duplicate issue #4159 Another thing to think about is whether a plugin update should ideally trigger an upgrade. I don't know how...

Digging through the code, I found the offending line (https://github.com/chaijs/chai/blob/master/chai.js#L9576) which uses an indexOf rather than equality. ```javascript function compatibleMessage(thrown, errMatcher) { var comparisonString = typeof thrown === 'string' ?...

I know just enough Rust to be dangerous and was surprised at the number of layers one must dig down to be able to specify a custom CA for TLS...

Is there a tag for `stable` and/or `alpine-stable`? I like to run the latest stable release but it appears my best option, if I don't want master builds, is to...

Despite my best intentions, I personally haven't started on it yet. It's ultimately implementers choice but `manage_mointpoint` might be worth considering as it could be used for both creation and...

This add-on now breaks the new login flow for the US's third largest credit union. It would be wonderful if we could get some ability to whitelist sites, even if...

I would like to +1 this as running Bitwarden as an AppImage means I can never "favorite" it in KDE nor pin it to the Task Manager as the shortcut...

I'm forgetting if GitHub emails people on cross ticket mentions but I have a PR, #1325, that addresses this request. The developers said in Discord that they're ranking PRs by...

Is this for installing packages? If so, `poetry config certificates.foo.cert /path/to/ca.pem` should work as long as you previously configured "foo" in your pyproject.toml using something like ```toml [[tool.poetry.source]] name =...