xdmx

Results 32 comments of xdmx

Thank you @kornelijepetak, I missed that post. I gave the Firefox extension a try, but unfortunately it's still missing some features that the desktop client has, making it barely usable...

@fphilipe would you consider adding people as co-maintainers and co-owners on rubygems? it'd be sad having a fork with a different name given the popularity of the gem itself :cry:...

Hey Steve, I personally use the merge feature a lot, I often have the same error but with different titles, for example the last one was `NoMethodError: undefined method 'join'...

:+1: I'm impressed how fast you develop and how much the plugin improved since the last time I tried it (~2 months ago), it's now the best plugin I ever...

@gorhill, have you tried to talk to @futpib? He's working on [Policeman](https://github.com/futpib/policeman), which is very similar to httpswitchboard, but for firefox. Maybe you could join the forces

I'm also having a problem of auto refresh not working on a rails 7 app (and not even on inline components, as reported in #90). It's a quite new app...

Just to follow up on my comment above if it could help to others, after reading #98 I tried to disable workers in my development Puma config and now I...

From a quick check I'd bet that the problem is this one: https://github.com/allmarkedup/lookbook/blob/main/lib/lookbook/preview.rb#L100= The `@previews` (and FWIW also the `@errors` below) are set at the class level, and not instance...

This is also the approach taken by [mountain view](https://github.com/devnacho/mountain_view#improving-performance), which you may already know as I saw a issue from you a couple of years ago :smile:

I'm also considering komponent as an alternative to structure my front end components, and I've run some tests with different variances. You can find the [code here](https://github.com/xdmx/komponent-performance) (I've borrowed the...