Ben Jenkinson

Results 18 comments of Ben Jenkinson

I also experienced this problem on Windows 8.1 Pro with .NET 4.6.1055.0 1. Copied `Aerial.scr` file to C:/Windows 2. Right-clicked `Aerial.scr` file, chose "Install" 3. Screen saver dialog appears, monitor...

@alistairmcmillan Yes on both counts; but I do currently have a working screensaver. [As I said before](https://github.com/cDima/Aerial/issues/110#issuecomment-280298791), for some reason it worked using the `Aerial.scr` file from the `.zip`. Repeatably...

@cDima Extremely plausible. I assumed the files would be identical (since they were added in the same commit), but a binary diff shows they are different.

@yoavbls I'm afraid that we can't type `keys` as _just_ `key of T` since the strings may be property names, or a path to a property in "dot notation". 📚...

Hi @RichardNobel, Issue #1041 describes the reason they were marked as obsolete. I've quoted it below: > Neither of these methods works correctly, when the specified interval is not a...

I also found this confusing. Given the method's description in the docs, I expected that URI.js would parse the string and perform the truthy/falsy conversion itself (since "false"/"0"/"null" are all...

Bootstrap 5.2 has added some helper classes for this scenario > Set a background-color with contrasting foreground color with [our `.text-bg-{color}` helpers](https://getbootstrap.com/docs/5.2/helpers/color-background/). Previously it was required to manually pair your...

Hi @severinlandolt, I can confirm it is `React.JSXElementConstructor` in `v3.14.0` ``` Types of property 'icon' are incompatible. Type 'Element' is not assignable to type 'JSXElementConstructor | undefined' ``` ``` //...

Hi @severinlandolt & @jschuur, My apologies, but I just realised that I misread @jschuur's question. He wasn't asking about the `icon`, but the **`name`** property. The `name` property is rendered...

Hi there, Just checking in, has anyone taken a look at this issue?