Jeroen Reumkens

Results 50 comments of Jeroen Reumkens

I just spent hours to find out why I wasn't seeing display names in my new project, until I thought about checking our existing project as well and noticing it...

This to me looks like somewhat related to #4580 — since I don't see any branding on Tim's page. @zomars Perhaps you know if anything changed in the cloudflare caching...

@darklight9811 After some digging around I noticed that the new way to use this is creating a `head.tsx` file next to the page: https://beta.nextjs.org/docs/routing/pages-and-layouts#modifying-head Not fully sure what I think...

Hey @gitstart Thanks a lot for this contribution! 🙏 I'm currently working in rewriting the full layout of the booking pages, and I think it will be very hard to...

Hi, I'm currently experiencing issues with the error handling of wrong password reset keys. Could it be that in Wordpress 4.2 the cookie verification is added back in? At the...

I got it working again, but I don't know yet if I created a possible security issue. This is my login_init action right now: ``` php function custom_login_init () {...

For me this solution is working in 4.2.1. But still I'm not satisfied with this solution. it feels a little bit 'hacky'. And if a user tries to reset its...

I tried fix #4, and this did actually work. In that pull request they create a new cookie (which I also did in my solution), but still I changed it...

Very nice @zomars! I did test for the previous setup if unused icons where in the bundle, and that wasn’t the case anymore. So I think they where already tree...

@hariombalhara Also take into account that when the new booker is done, both the datepicker + booking form will be on one page. So from that moment on the /book...