Anton Rusak

Results 6 comments of Anton Rusak

@icambron ISO8601 states that numbers in interval string must be positive integers. as('weeks') gives us a fractional value in general. I think we should truncate the value. P156.0000744047619W looks crazy....

Couldn't find typings for DetectRTC. Instead I use following code: `declare const DetectRTC: any;` in my custom declarations file. It stops TypeScript's moaning about unknown types. Still, the typings would...

You have a modernizr configuration included in your code instead of modernizr itself. It means that loader isn't configured correctly. Need to look at your config to see what's wrong.

Even the [official site](https://mridgers.github.io/clink/) gets it wrong. Our technology is unfriendly to double hyphens :-)

I have similar experience. We have both light and dark themes in our app. Which one applies is determined by the code: `window.matchMedia('(prefers-color-scheme: light)').matches`. Works fine in all modern browsers....

The same problem. Can not use Subscription as 'busy'.