Peter Stalman
Peter Stalman
So I just ran into this. It was working about a week or two ago, so no version update. The trouble is that I have already added the credentials, and...
``` $ aws-vault list --backend=secret-service --debug 2022/09/27 14:53:59 aws-vault 6.6.0-Homebrew 2022/09/27 14:53:59 [keyring] Considering backends: [secret-service] 2022/09/27 14:53:59 [keyring] Failed backend secret-service: Algorithm plain is not supported. (only dh-ietf1024-sha256-aes128-cbc-pkcs7 is...
@wagoodman Is this abandoned?
> I have discovered if I touch the configuration file it does reload the new certificates, ie "touch certificates.toml" Really? That did not work for me last time I tried....
I have this issue to, and so do many others. I think it keeps coming up because it's so hard to narrow down what the issue is. Related: https://github.com/zsh-users/antigen/issues/701 https://github.com/zsh-users/antigen/issues/583...
> I found the same, the `compdef` function is a no-op in the cache file (see > > https://github.com/zsh-users/antigen/blob/8846aa902047992e86816cbd941acc86646bd83b/src/ext/cache.zsh#L59 > > ). Why is that? > Related issue: [ohmyzsh/ohmyzsh#9139](https://github.com/ohmyzsh/ohmyzsh/issues/9139). It...
Well that doesn't seem like a good way of doing it. Not only for my issue of no indentation, but markdown can legitimately start with an indented code block, followed...
> Maybe Twig could borrow the approach I implemented in my [colinodell/indentation](https://github.com/colinodell/indentation/blob/main/src/Indentation.php#L146) library? Maybe. I'm not sure such an intricate solution is required though. > 1. Checks the indentation line-by-line...
Could https://github.com/vuex-orm/vuex-orm be used as inspiration? We're currently using vue-mc but would like to have the type of relation mapping that vuex-orm brings. On the other hand, vuex-orm doesn't provide...
I extended `Model` like this for a simple relation: ```js export default class extends Model { /** * Creates a new instance, called when using 'new'. * * @param {Object}...