Brandon Cheng
Brandon Cheng
The documentation you added was extremely helpful, thank you for that. I mentioned Grunt as a possible solution, not sure if it's the best yet.
The reason I didn't love the Gamepad API was because of lack of support for the Logitech Extreme 3D Pro. It appears [that issue](https://code.google.com/p/chromium/issues/detail?id=110013) has been fixed on Windows now....
moment.js is awesome in how it formats the current time, but I couldn't get it to format elapsed time the way I wanted. Maybe I missed something though. I will...
Hey @mrmckeb, thanks for the great plugin. My coworker and I dug into this and narrowed it down to [`tsserver`'s polling file watch behavior](https://github.com/microsoft/TypeScript/blob/4885dec80d184ef1570ac97739679ca66af7181d/src/tsserver/server.ts#L672-L748). At the moment, `tsserver` polls background...
@sosoba The changes from #41549 aren't released on stable yet. It's pending for TypeScript 4.3: https://github.com/microsoft/TypeScript/pull/42542#issuecomment-769409747 At writing the latest version of TypeScript is 4.2.4.
Thanks for the ping @zkochan. This thread is interesting and I do think there's room for some sort of `pnpm install --fix-lockfile-only` that doesn't do full resolution. At the moment...
Hi @JanJakes, are you using JFrog Artifactory by any chance? I think this is an instance of https://github.com/pnpm/pnpm/issues/5004 if so. See https://www.jfrog.com/jira/browse/RTFACT-27265 for the Artifactory issue.
Thanks for checking @JanJakes. That is interesting. I'm realizing you do have a different issue since the existing reference to `promise-inflight` has `peerDependenciesMeta`. https://github.com/JanJakes/pnpm-nondeterministic-install/blob/bac7f2c8b3e69af6841bb5bab5c19882f8ef686c/pnpm-lock.yaml#L7854-L7861 As far as I can tell,...
Hi elasticquent developers & itbdw, This solution is a great start for highlighting support, but it still requires developers to manually access the `getHits()` results collection method to get highlighted...