Aaron Blum

Results 9 comments of Aaron Blum

Any update on this issue? Running into the same issue. My solution is to use any for the type and individually define the types for each cell: ``` type BillingDetails...

I just added an .editorconfig to the project. Let me know if you need anything else to make your suggestion happen.

@nikbrunner Sorry I missed your MR! It is merged now. Thanks for running the editorconfig. :)

@nikbrunner I merged your branch into a separate branch, (sorry, I didn't know how to test your MR/branch locally because it was from a fork) here: [chore/add-option-to-use-notify-api-instead-of-echo](https://github.com/blumaa/ohne-accidents.nvim/tree/chore/add-option-to-use-notify-api-instead-of-echo) But I was...

No I think your MR was okay! I think it's my lack of dev experience. I couldn't figure out how to switch branches to your forked branch to test it....

I also didn't know you could just add the branch to the lazy config like that. Makes it a lot easier than trying to config the directories locally.

I got the tests working. You can run them with busted. @nikbrunner Merged, published, released. 🎉 Nice work man! And thanks for teaching me things.