Ben Major

Results 11 comments of Ben Major

Yes, that works. The issue I have is that I am actually building the `ignore` array from a YAML file, which also builds the routes in Slim, so it's nice...

Can you please send me the user agent that you're using? I suspect it could be an issue with the touch detection. Do the other events function as expected? In...

Interesting, I can't seem to replicate it by changing the UA alone, so I think it must be something in the Surface Pro sandbox. Can you do me a favour...

It appears that holding a touch on the Surface Pro actually selects the element. As such, I don't think it's actually a fault with the library, you just need to...

Hi, at the moment, there is no `.d.ts` file. I'll add it as a TODO for the next release! Thanks for the tip :)

Are you saying that even calling `on('touchstart')` does not trigger anything? I would imagine that it's related to https://github.com/benmajor/jQuery-Touch-Events/issues/166. What is the physical device that you are trying on?

Okay, thanks. I will take a look at the differences and see what the possible issue is.

Good spot, that's an error in the endpoint assignment, which is then causing the following line in the `Response` object to be undefined: https://github.com/benmajor/ExchangeRatesAPI/blob/e545948617379d8dcb41e4a3e1d1529cdbb72ec8/src/Response.php#L32C15-L32C54 I'll push a fix up for...

Thanks @Schyzophrenic. This should now be fixed by https://github.com/benmajor/ExchangeRatesAPI/commit/acdaaeaf35eb025563e38847cede5adb3f005fc3. I've pushed a new release out, so please update and let me know!

Despite the PR being merged back to master, I don't think a new release version has been created. As such, whenever installing via Composer, we still get the *Undefined offset...*...