Paul van Dyk

Results 53 comments of Paul van Dyk

Although being the Admin, there could be policies in place when using on a workstation which does not allow to ignore it, that's why I mentioned `Windows 11 Business`. It...

@andelf any news on this issue?

@andelf any news on getting this signed?

> Yeah, any theme can be used ([pacocoursey/next-themes#more-than-light-and-dark-mode](https://github.com/pacocoursey/next-themes#more-than-light-and-dark-mode)) so your patch would be a little too limiting. But I'm sure there's a solution with generics here, will leave this issue...

Here is an example how I resolved it for our project where I know we only have a dark or light theme: ```ts declare module "next-themes" { import { UseThemeProps...

Having the same issue, I'm trying to store react-intl messages in my config, but due to their naming I get the same failure, for example ```js messages: { doc: "Translated...

This has been quite some time since the PR has been opened, is this repo still maintained? we run into this same issue ``` Error: Transform failed with 26 errors:...

The project seems quite unmaintained but just for history sake, this will no longer work with git ### See - https://github.com/vercel/vercel/discussions/7586 - https://github.blog/2021-09-01-improving-git-protocol-security-github ### Example ```bash Arguments: ls-remote --tags --heads...

Since this has been released in remix, there is still no alternative for `remix-typedjson` is this still planned?

@cabello using the declaration that you supplied works fine for me ![image](https://user-images.githubusercontent.com/39598117/79163320-24650280-7ddf-11ea-8f6b-0878252c223c.png) I suppose it it your typescript setup that is incorrect? Do you have a minimal reproduction URL then...