Tommy G
Tommy G
I get the same problem when using > eval "$(aws-vault --completion-script-zsh)" The completions included in contrib work. Perhaps the instructions in USAGE.md need to be updated.
Love [this](https://github.com/westonganger/paper_trail-association_tracking/issues/16#issuecomment-621166459) solution. Unfortunately it is broken in Rails [6.1](https://github.com/rails/rails/blob/6-1-stable/activerecord/lib/active_record/connection_handling.rb#L82): ``` "`connects_to` can only be called on ActiveRecord::Base or abstract classes" ``` I think per model configuration would be ideal...
I think `document.execCommand('paste')` is a non-starter, which leaves just the second option. We might not always have a secure context but is it possible to show UI for this depending...
> Is any of that work available too? Sorry, I really didn't word PR very well. I was kind of thinking of this as an opt-in change because I'm not...
Another possible criteria for which link style to use: whether or not the link destination is relative eg. `[read destination docs](./destination/README.md)` vs `[read destination docs](https://example.com/destination)`
Should autolinks be allowed?
> Should autolinks be allowed? Tentatitve decision: Autolinks should be ignored > Allow inline-style links in lists only > Another possible criteria for which link style to use: whether or...
I ended up bundling all my tasks into a single binary and found this to be kind of cumbersome for my project. I'm going to try using the xtask binary...
i think maybe try ``` cargo tarpaulin --skip-clean -- -p myapp-import ```
I'm keen to take this. I've used tarpaulin a bit before. > How should we report these metrics on PRs? My go-to here would be Github Actions artifacts.