Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

This feature might have caused a regression: #5998

@transitive-bullshit the fork still gives a peer dependency warning via its dependency: https://github.com/donavon/use-persisted-state/issues/69 ``` ➤ YN0000: root-workspace-0b6124@workspace:. provides react@npm:18.0.0 with version 18.0.0, which doesn't satisfy the following requirements: ➤ YN0000:...

Same here with `[email protected]` in a tsx file. Here are the two code snippets that trigger false positives: ```tsx // real app code setReadonly(evt.target.checked)} /> Read only mode ``` ```jsx...

Hmm why should the last example fail? I copied it [from rule docs](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/7d5511d41a24f4291609c4542a7b659827011425/docs/rules/label-has-associated-control.md#succeed-1).

`REDIRECT=bar.com` looks like the most elegant solution in the above comments. I would just rename it to `VIRTUAL_PRIMARY_HOST` to keep things a bit more consistent: ``` yml environment: - VIRTUAL_PORT=80...

A few related discussions (just FYI): https://github.com/jwilder/nginx-proxy/issues/92 https://github.com/jwilder/nginx-proxy/issues/385 https://github.com/jwilder/nginx-proxy/issues/444.

@jwilder great! Could you please have a look at this if that's not too time-consuming?

It'd be great if the latest version was running a quick check for the old function signature and threw an error if the second argument is a string. Took me...

Hey @lukasjuhas have you found a decent workaround? I'm trying to wrap my head around this problem too.

Thanks for your reply! What's your current approach to releasing and having branch policies? Which trade-offs did you choose in the end?