David Stosik

Results 68 comments of David Stosik

This does not seem to be merged into 2.7.0 yet. Anytime this might happen soon?

have you tried adding an expectation after `visit root_path` that would make sure the page is loaded before the execution continues? When running Capybara with a JS profile, the `visit`...

@KirillKayumov Thanks for the link. Which Gotcha in particular do you think is relevant here? πŸ™πŸ»

@KirillKayumov Thank you. To me, that gotcha seems unrelated to the initial problem in this issue? Please correct me if I'm mistaken, but I don't think this is about "too...

@regentgal Sorry we made a mess with PRs... Here's more recent history: https://github.com/seejohnrun/ice_cube/pull/468 And a more recent PR, that is only in my fork at the moment: https://github.com/davidstosik/ice_cube/pull/1 I'd appreciate...

I can confirm this works as expected, this is fantastic! πŸ‘

> not sure why we still wants this PR I don’t use the gem anymore, but you might want to consider that some people use the gem to parse strings...

Nothing. 😬 My need to handle repeating schedules in Ruby has vanished. πŸ™‡πŸ»β€β™‚οΈ

It looks like one can use [`urllib.request`](https://docs.python.org/3/library/urllib.request.html) instead of `requests`. ~~It will likely involve more code though... πŸ€”~~ https://dev.to/bowmanjd/http-calls-in-python-without-requests-or-other-external-dependencies-5aj1 Update: it does not, really: ```diff diff --git i/parser.py w/parser.py index...