Taeyun Kim

Results 5 issues of Taeyun Kim

### Clear and concise description of the problem Allow calling i18n.global.setLocaleMessage() in . ### Suggested solution Do app.provide() an i18n instance with a 'user-known' name or symbol, so that the...

Status: Proposal

Nowadays, https://update.code.visualstudio.com is often very slow and error-prone. And Remote-SSH automatically downloads a new version of vscode server when startup and is unusable until the new version is downloaded. With...

ssh
info-needed

Hi, Currently, `time_zone::to_sys()` eventually calls `time_zone::load_sys_info()`. `time_zone::load_sys_info()` builds `sys_info`. While building, it copies `abbrev` `std::string` into `sys_info`. One `std::string` copy for one `time_zone::to_sys()` can significantly impact performance. In my case,...

Hi, I'm applying quick-cache to my project. In my project, the environment and configurations are as follows: * The number of CPU cores is high (about 200) * The weights...

question

### Problem description @grpc/grpc-js: Streaming throughput is about half of Java equivalent. ### Reproduction steps I've attached a ZIP file. Attachment: [TestGrpc.zip](https://github.com/grpc/grpc-node/files/5067066/TestGrpc.zip) The ZIP file includes the following programs. -...

package: @grpc/grpc-js