Luan Gong

Results 8 issues of Luan Gong

## Summary This commit fixes the following issues for pnpm: - Comment mismatch. - pnpm is never "provided" by Node.js so `` is required. - Java class name CamelCase: `PNPMInstaller`...

This extension is missing an important feature where the user should be able to sort all his/her overrides by title, update time, or active state, etc. This feature is especially...

This extension should use the [WebExtensions API](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) to make itself compatible with other browsers such as Firefox, Opera, and Microsoft Edge.

Both [eclipse-java-google-style.xml](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml) and [intellij-java-google-style.xml](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml) were last updated 4 years ago and are effectively obsolete. Google has moved its focus to [google-java-format](https://github.com/google/google-java-format) because “Eclipse and IntelliJ IDEA weren’t flexible enough to...

lang:java

WebSocket 支持有问题,没有实现 random masking key,会导致示例程序 `websocket_cli` 崩溃退出。 首先用 Node.js 写了个简易的 WebSocket echo server,代码如下: ```js const ws = require('ws'); const server = new ws.Server({ port: 8080 }); server.on('connection', (socket) => {...

It would be great if this extension supports for specifying a suppressions filter config file without modifying the checkstyle config, because I’m currently using the Google Checks config that’s builtin...

enhancement