Iori IKEDA

Results 6 issues of Iori IKEDA

It would be great to have a lint rule to avoid using the `in` operator for an array. `in` operator returns if an object has a given property. If used...

**Is your feature request related to a problem? Please describe.** Comparing two sequences has a risk for [timing attack](https://en.wikipedia.org/wiki/Timing_attack). Nodejs has a function [`crypto.timingSafeEqual`](https://nodejs.org/docs/latest-v18.x/api/crypto.html#cryptotimingsafeequala-b) to compare two sequence constant time....

Hi, thank you for providing nice workflow!!! Today, GitHub releases a new feature that open a repository by vscode on the browser. https://twitter.com/code/status/1425503238145650691?s=20 It can be used by changing `github.com`...

### Motivation Closes #1251 When a Ruby file contains multibyte characters (like Japanese, Chinese, emoji, etc), the go to definition and hover features do not work correctly. The definition location...

bugfix
server

## Why I would often like to create a Pb object from a hash object. But a hash object does not allow `dot access`. ## What Add an argument to...

enhancement

### Motivation refs: https://github.com/Shopify/ruby-lsp/pull/2021#issuecomment-2110394331 When a Ruby file contains multibyte characters (like Japanese, Chinese, emoji, etc), the go to definition and hover features do not work correctly. Because the document...

bugfix
server