Tim Aßmann

Results 11 comments of Tim Aßmann

After updating to react 17 I get this error: ``` Uncaught TypeError: Cannot read properties of null (reading 'ownerDocument') at InputRange.removeDocumentMouseUpListener (input-range.js:494) at InputRange.componentWillUnmount (input-range.js:216) ``` react 17 made some...

started a PR https://github.com/ilyakatz/data-migrate/pull/198

yes, 0.1.2.1. I did not try it in production, but our specs are failing because of it. I another project, where every mail gets send out via mad-mimi, the problem...

Thanks @p8. It's a start and I am happy to learn and add possible and more PR to rails in the future. Some parts of the PR from @vipulnsward could...

> Vipul said he would look into updating his PR soon, let's give him a chance to pick up where he left off 🙏 I am more than happy to...

What are the next steps here? @p8 / @marivaldo - please help me out here. I am happy to do some more work, tune it, but I need someone who...

@p8 thanks for your feedback. I took your feedback and changed quit some parts of this PR. - merged the URL class with the URI class. - removed the builder...

I did some more refactoring - but I wasn't sure what to do with it. So I pushed it too a little PR and maybe @p8 you can help me...

maybe @rafaelfranca you can have a lot at this PR and my questions around how to finalize it. Or you know someone. This PR is waiting for good feedback to...

Thanks, @dhh for your feedback. I added the changes you recommended, - I created a new ActionDispatch::Http::URI class that is used for config.application_url. - ActionDispatch::Http::URL is almost as it was...