Dean Clatworthy

Results 29 comments of Dean Clatworthy

This is most likely because the pattern is eating all references to numbers: ``` $pattern = str_replace(self::NUM, "([0-9]+)" ,$pagePattern); preg_match("~$pattern~i", $url, $m); ``` I have to say the code for...

I don't see why this would be needed? Your application should know the valid URL for when a page is present. Just pass in `1` for the first page. Pass...

This isn't _currently_ possible. You'd have to write some JS to do this: ``` $(".pagination li.active a"). removeAttr("href", "").addClass("disable-cursor") ``` Then set `cursor: default` for the `.disable-cursor` class. This would...

Sorry for the delay on this, for some reasons I don't get notifications for my own repo???? Anyway... this now conflicts with another change, so can you resolve and I...

I'm now also getting 404s

I switched to using https://api.spot-hinta.fi/TodayAndDayForward in my scripts _for now_. There are some params you can inject there too but I only need today and tomorrow prices in my app...

> The raw data can be found here now: https://dataportal-api.nordpoolgroup.com/api/DayAheadPrices?date=2024-10-09&market=DayAhead&deliveryArea=SE3&currency=SEK > > Have not seen if this is a diffrent format yet or just a moved URL adress It's definitely...

I can confirm this issue on a Keychron Q1 HE on MacOS 15.6.1. I noticed immediately I wanted to use the magic globe key + arrows to perform pageup, pagedn,...

Just want to add to this, we have what I'd say is a medium-sized repository at my client and our whole repo is in typescript. Renovate bot bumped ts-jest in...