Thomas Mulder

Results 5 issues of Thomas Mulder

This ``` if (condition) { this.text = "one"; } else { this.text = "two"; } ``` becomes: `condition ? this.text = "one" : this.text = "two";` instead of the desired:...

It often happens that a channel adds videos to a playlist as they create new content. If you want to start watching from No. 1 and work your way to...

The Strava API is now throwing a 429: Too Many Requests when using the `show_kudo_all_button` when doing a lot of requests at the same time. https://developers.strava.com/docs/rate-limits/#:~:text=Requests%20exceeding%20the%20limit%20will,toward%20the%20long%20term%20limit.&text=15%2Dminute%20limit%2C%20followed%20by%20daily%20limit --> it seems like...

On [this SO question](https://stackoverflow.com/questions/8318911/why-does-html-think-chucknorris-is-a-color), where I found a link to this tool, the OP mentions that `"chucknorr"` outputs a shade of yellow. In [this codepen](https://codepen.io/anon/pen/PeBZQK) you can see that this...

**Describe the bug** When trying to filter driveItems via [https://graph.microsoft.com/v1.0/drives/{{driveId}}/items?$filter=lastModifiedDateTime ge 2025-04-13T09:45:22Z](https://graph.microsoft.com/v1.0/drives/{{driveId}}/items?$filter=lastModifiedDateTime%20ge%202025-04-13T09:45:22Z ) This has no impact on the results, a page with 200 items is being returned, with lastModifiedDateTimes...

ToTriage