Jonathan de Jong

Results 44 comments of Jonathan de Jong

Hi Mathias, Thanks for pointing this out! When I added the reset endpoint I just looked at what was in core at the time and how others had solved it...

I have intended to but it's been hard finding the time :) But I'll be sure to get it submitted for the approval process during my vacation in a few...

Yep that seems like a useful thing after a while :) I'll see if I can add it in an update when I can find some time. I'm currently working...

Hmm alright I see.. So essentially add a secondary check for the `Authorization` header key if none is found with the default `HTTP_AUTHORIZATION`.. Seems a valid approach tbh. You could...

I'm seeing the exact same thing as @danielfaulknor :/ Just did a completely clean, first time install of botman studio etc. Related thread: https://github.com/botman/botman/issues/909

This looks like it's working for me as a required list for composer.json ``` "php": "^7.1.3", "botman/botman": "^2.0", "botman/driver-slack": "^2.1", "botman/driver-web": "~1.0", "botman/studio-addons": "~1.3", "evenement/evenement": "~3.0", "fideloper/proxy": "^4.0", "laravel/framework": "5.7.*",...

This is still an issue with Chrome and the number input when user types in a number/string (not using the increment/decrement arrows).

Adding in my voice for this. The `input` event is much needed for this to work with other code

Hi @jlocke2 Seems good to me. How would I test this? Add the gist to the formatter script?

Okay, not sure where to add them in tho.. could you provide a fork with these added to the core file?