Hyeseong Kim

Results 156 issues of Hyeseong Kim

Hey, I got an error when I tried to follow revery-quick-start. The error is quite simple, because of carriage return in scripts. ``` /usr/bin/env: `node\r': No such file or directory...

as following https://github.com/ocaml/ocaml/issues/13141 I tried to fix it but let me ask if this doesn't ruin your intentions.

Fuzzing using `Intl.Segmenter` (which is based on ICU) was a neat idea, but directly utilizing the Unicode official break tests will make the package more trustworthy.

The original Rust [library](https://github.com/unicode-rs/unicode-segmentaion) implements the `DoubleEndedIterator` trait, which, unlike JavaScript's standard iterator, allows for reverse traversal (`next_back()`) The original goal was to be a lightweight alternative to `Intl.Segmenter`, so...

enhancement

I expected the `Intl.Segmenter` to behave based on the provided `locale` parameter and some dictionary per it. However there seems to be no change in behavior depending on the locale,...

enhancement

- [TextEncoder](https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder) - [TextDecoder](https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder) Both are available on browsers, Node.js, and Deno. In most cases, it is used without arguments ```res // UTF-8 encoding/decoding let e = TextEncoder.make() e->TextEncoder.encoding //...

2 vulnerabilities detected from 6381abc84daf393ff9d89d762a216e3463e446e5 ``` $ npm audit === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │...

security

## Types of changes - [ ] Chore (a non-breaking change which is related to package maintenance) - [x] Bug fix (a non-breaking change which fixes an issue) - [...

trying sandboxing a webapp using WorkerDOM. Currently, the `` attached by the worker thread is executed on the host, so I had to add a filter rule to prevent this....

JSON Schema 대신 쓸 언어가 있으면 좋을듯