Landon Schropp

Results 54 issues of Landon Schropp

Thanks for making this plugin! This is a huge upgrade over what I was doing before.

I'd love to be able to use this feature with MobX's `@observer` decorator for functional React components. Is this feature still actively being worked on? What's the process for moving...

I'm using the [nvim-spectre](https://github.com/nvim-pack/nvim-spectre) plugin and running into some incredibly odd issues with windows.nvim. I don't know quite how to describe it, so it might be easier just to show...

I'm building a dashboard for my `Price` model. One of the attributes on this model is a `HasMany` field. ``` ruby class Monetization::PriceDashboard < Administrate::BaseDashboard ... ATTRIBUTE_TYPES = { ......