matt swanson

Results 26 comments of matt swanson

@route would you be able to review?

@route hi, just wanted to check in on this and see if there was anything I could help with getting this merged. Been running with this patch on my project...

@mrtnin ```ruby test "Can drag and drop content blocks from toolbar onto page" do visit "/pages/new" text_block = find("#toolbar div", text: "Text Block") sidebar = find("#sidebar) text_block.drag_to(sidebar, steps: 10) page.driver.wait_for_network_idle...

Yeah `lazy_fetch` is a big hack. The correct way, as you mentioned, is to run a separate dyno to work jobs -- but this means we can't run on the...

> Is there any progress on this issue ? drag_to does not work with SortableJS. > > ``` > cuprite (0.14.3) > ferrum (0.13) > ``` > > Direct use...

It is there on the `main` branch: https://github.com/rubycdp/cuprite/blame/main/lib/capybara/cuprite/node.rb#L162 Maybe a release issue?

We are trying to consolidate our tooling on Sentry, but this is a big loss in moving from Scout. Happy to help with beta testing.

> Hi all, Chartkick 5 is out and I'm still working on the docs, but the short version is: > > For Importmaps, download the [UMD version](https://unpkg.com/chartjs-plugin-annotation@2/dist/chartjs-plugin-annotation.js) to `vendor/javascript`, pin...

Logging is kinda, sorta half implemented already (but not "turned on"): https://github.com/swanson/stringer/blob/master/app/tasks/fetch_feed.rb But it could use some love in getting it actually working and usable. I think just getting it...

Closing due to lack of interest. Interested parties may re-open if you want to continue the discussion of implementation.