Misha Kaletsky
Misha Kaletsky
**Summary** Noticed that the js snippets in this markdown file use _mostly_ no-semicolons, but there are a couple of strays. **Test plan** Wishing really hard **Checklist** Please add a `x`...
I'm using a package which uses merge-deep, which I'm then trying to webpack. So opening this PR to bump the clone-deep dependency to get the fix (from 2015!): https://github.com/jonschlinkert/clone-deep/commit/2d977fcd063a68981588d637e9f2e2157ad66f87 Hopefully...
# Bug Report When dealing with a fairly large type produced by a generic, differences in types can lead to what should be compile-time errors being ignored. [Example](https://www.typescriptlang.org/play?target=9&module=1#code/C4TwDgpgBAIhFgEICcCGA7AJgHgCoD4oBeKXKCAD2AiwGcpbhkBLdAcygB8p0BXAWwBGEZFyiCA9hIA2EDGNoghMsYOZtWwMX2nSxvLBABmrCJjEA3Cc0wAoKFAD8UAN72HH4AC4oAcjAs-MzAzBYQvu4eUBao0rwQPriRUAC+7onkVDSY9OgQAO5QABQAdGWoyGy0PhggANoAugCUxIS17s5uUQ7efgDGEuiMyLx9wBLIEd1QYBWo-NVQAMKDw6PjyAAKc-wQ1Mi0ePjJDqyMGH0JsPBIaFjYAJJDwBcQuOAQ2ACiVGhjeAAaHgFYplEoVKo1dAgFpENrQ-CI5JpBwZSjUOig8qVRasIwiKCbWGEPEEgBKUAA9JSoKgrDYoEYDGNmKsoPlggALKCYZhGfHIGhaWZoBaUwXAXjIdDRWLxej8VDAPqc1hsDquE5QXq+JnoFmDKbdYCqxZwBAoDA4XCm7aivYid6QI7HaYi+Zmm6W+6bV3dCVS9A+c23K3YMl+hwoqBorKY2qNDVdY0+XwVNAgI1RYIQBY+Fx1ADSUFYUAA1hAQBIjKQGsGvXdrUWGvho1H0prpjqJIIAFYQMZZjwBCSQZAhCCLAvF0sVqs13B164Wxt4ZutrXDNWFyuLH5MVD-OfV0hArfsSMePhCEQ7kB736H4DYY8LoHX4TIS8ORTKaR3h8DyPSsT1wM8lEkaRLzSWxqSgAABYBaAAWkoSAxlQ5BkAmBgmDVaJ6HpOwBmebUAEZ6xXMMimJaJrEwQgSBcFJaXoENvRwGjWlwlgL1sWCaUQlC0IHYBMOw0Rzw4CxCPo2wSMYbUACZKNDe4uLhYpaKIxjXBY1A2IbajaI0wgpOOASEKQ1CKHQsSRAknj8JkuiGSKWhOQkXhpHMByJiBTAJEndBfGAJp5NWLRgAAZlUjjsFMrTuMSnTiD01jlzUziTJy7jzNsIA) (see last...
fixes https://github.com/entropitor/dotenv-cli/issues/97 I did this by hand in the github editor, so I'm hoping that automated tests will tell me if I did something wrong! I haven't tried this manually/am...
Hi - I like this library a lot, one small request. In build-scripts/any code or documentation that's checked in to source control, our team have a loose convention to always...
Hi again! A problem that crosswords-js (and some other HTML-based crossword software I've come across) has is that on iPhone, using an input field opts in to some unwanted functionality...
Hi @dwmkerr and/or @pvspain - curious if this has come up so far. I'm using crosswords-js on a react application, and have noticed there can be a lag between page...
Would be nice to have a type that does something this: ```ts const escaped: Escape = 'abc\.def\ ghi' ``` Or maybe more like ```ts const escaped: Escape = 'abc\.def\ ghi'...
pnpm support
Fixes #729 ~This is starting out as a draft, because it ended up being a fairly big change. If it's unwanted, I can scrap this and do a smaller change...
Hi there! I know this has been raised a *quite* a few times (https://github.com/sindresorhus/np/issues/694, https://github.com/sindresorhus/np/issues/638, https://github.com/sindresorhus/np/issues/628, https://github.com/sindresorhus/np/issues/251), but I figured worth asking again because: 1. Since most of those issues,...