Damon Timm

Results 9 issues of Damon Timm

Hello and thank you for this plugin! Finally have spelling up and running in all its glory with treesitter enabled. Appreciate it. I noticed that misspelled words inside of a...

The `INCLIST` cannot be empty - this may be counter intuitive for someone without a specific `INCLIST` needs ... This either needs to be documented (1) or fixed in the...

confirmed bug
documentation

Currently the array is handled in such a way that it is separating items by spaces, not by the quotes ... that's because we are using: ``` for a in...

confirmed bug

Feature request: be able to restore a file from a specific time frame easily using the script.

feature-request

I have _another_ Pundit integration question. This relates to authenticating a `create` mutation. (I've had good look with authenticating input arguments and `update`, thanks to your help. [See this example...

Hello and thank you! With Solagraph version `0.4.3` and type checking enabled I am seeing this error even though `ActiveSupport::Duration` is a valid type. ``` [Typecheck] [E] Unresolved type ActiveSupport::Duration...

This may not be related to this plugin specifically, but I thought I would start here. Rails 6, Rspec, Spring with binstubs. When I start a new vim session and...

### Expected Behavior Pasting a curl string with an `@` symbol in the `--data` section to parse correctly (as it did in previous version 2022.6.0). Here is an example simplified...

B-bug
S-unverified

I am working to upgrade the `nuxt/sentry` module to `8.x` from `6.x`. I am using nuxt `2.17.3`. The upgrade went smoothly until I loaded my browser and I get an...

question