Sung M. Kim

Results 38 issues of Sung M. Kim

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=react-scripts&from_version=3.0.0&to_version=4.0.0&pr_id=ea179793-11de-444d-8dc1-53de58fe89c0&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=react-scripts&from_version=3.0.0&to_version=4.0.0&pr_id=4b4dcc24-ff7b-43eb-9bdf-f7a9c2dd1eeb&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=react-scripts&from_version=3.0.0&to_version=4.0.0&pr_id=734124fb-ed89-4d72-b123-7047a01eb684&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Suggested by [Thomas Pikauli](https://dev.to/ma5ly). https://dev.to/ma5ly/comment/8dge ![image](https://user-images.githubusercontent.com/8465237/51861904-681f3980-230b-11e9-973c-cca1f278cf43.png)

# Issue When there are many links, it takes time to load all files in the `3 Unpkg Links` step when `Minified Files Only` is unchecked (_about a second or...

enhancement

Hi, I've changed some words to make the readme sound a bit smoother. (README์—์„œ ์ฝ์—ˆ์„๋•Œ ์•ฝ๊ฐ„ ๊ป„๋„๋Ÿฌ์šด ๊ณณ์„ ๊ณ ์ณ ๋ดค์Šต๋‹ˆ๋‹ค). Fixed a typo and changed word spacing issues. ("ํ•œ๊ตญ์–ด ์ฒ˜๋ฆฌ๊ธฐ"...

As suggested by @MinimumViablePerson in CodingBlocks slack on 2019-03-31 at around 1PM EST. ![image](https://user-images.githubusercontent.com/8465237/55292651-64676c00-53bb-11e9-8a12-fd7334227a33.png) ____ Or ![image](https://user-images.githubusercontent.com/8465237/55292670-be683180-53bb-11e9-9f95-f47f93408187.png)

Administrative
@cshooks/usetrie

Adding [Symbol.iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/iterator) would allow iterating over the trie object using `for...of` and also return an array value using `Array.from(trie)`. In theory, this would allow users to get the orignal (order...

Feature