Hong Minhee (洪 民憙)

Results 191 comments of Hong Minhee (洪 民憙)

@geofmureithi Node.js provides [module-level `setMaxListeners()` function][1] besides [`EventEmitter.setMaxListeners()` method][2]. Currently deno_std/node only provides the latter. [1]: https://nodejs.org/dist/latest-v18.x/docs/api/events.html#eventssetmaxlistenersn-eventtargets [2]: https://nodejs.org/dist/latest-v18.x/docs/api/events.html#emittersetmaxlistenersn

I've just tried this approach, but it seems `GITHUB_TOKEN` does not have permission to access that API; it gave me the response like: ```json { "message": "Resource not accessible by...

Occurred to me as well apparently the same StackOverflowException. ExternalToolPass: com.intellij.diagnostic.PluginException: annotator: intellij.haskell.annotator.HaskellAnnotator@201ba142 (class intellij.haskell.annotator.HaskellAnnotator) [Plugin: intellij.haskell] at com.intellij.ide.plugins.PluginManagerCore.createPluginException(PluginManagerCore.java:274) at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:12) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:91) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.process(ExternalToolPass.java:256) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:207) at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:180) at...

I looked at other files next to the *vsls-agent* binary, and I realized it's just a [self-contained .NET Core 3.1 app][1] published for the osx-x64 target. The binary is merely...

I tried to use [`dotnet` command's `--fx-version` option][1], and it turned out *vsls-agent.dll* to be executable with .NET 6 SDK on Apple silicon Mac: ``` $ cd ~/.vscode/extensions/ms-vsliveshare.vsliveshare-1.0.5625/dotnet_modules/ $ dotnet...

I'd like to share a workaround I found: 1. Install [.NET SDK] 6 (arm64) or higher. It's also available on Homebrew Cask: `brew install --cask dotnet-sdk`. 2. Replace *vsls-agent* (no...

It could be achieved using the standard [`logging`][1] module. [1]: https://docs.python.org/3/library/logging.html

GitHub app's callback URL should be set to Geofront's base URL and it ends with a slash. If your base URL is not HTTPS it also would be disallowed (by...