Hong Minhee (洪 民憙)

Results 157 issues of Hong Minhee (洪 民憙)

**Is your feature request related to a problem? Please describe.** Node.js introduced [`events.setMaxListeners()` function](https://nodejs.org/dist/latest-v18.x/docs/api/events.html#eventssetmaxlistenersn-eventtargets) since v15.4.0, but deno_std's node compatibility layer lacks this API. Some existing libraries depending on this...

help wanted
node

Sometimes, an existing character can be a regional variant of another character due to its coincidental reading in a region. However, often such regional variants cannot convey the intention in...

bug / 錯誤

- [ ] Operating system - [ ] Kernel - [ ] Microkernel - [ ] Monolithic kernel - [ ] Unikernel - [ ] Scheduler - [ ] Device...

enhancement / 改進
help wanted / 徵求幫助

- [x] Concurrent programming - [ ] Parallel computing - [x] Concurrency - [x] Lock - [x] Synchronization - [ ] Asynchronous programming - [ ] Synchronous programming - [x]...

enhancement / 改進

typ:bug
cat:docs
target:docs

E.g.: ```nirum @numeric-constraints(min=1, max=12) unboxed month (int32); ``` Possible options: - [x] `min` (inclusive; cannot be used with `greater-than`): #271 - [x] `max` (inclusive; cannot be used with `less-than`): #271...

typ:enhance
cmp:compiler
target:python
cat:lang

Only service classes have annotation metadata at this point in time.

typ:enhance
dfct:easy
cmp:compiler
target:python

Although we've transferred the Git repository from @spoqa to @nirum-lang, other connected services and links to the repository from other web pages should be updated as well. - [ ]...

typ:bug
cat:dist
cat:docs

Although there is [nirum-python-wsgi] library, it's difficult to find how to adapt a service implementation to WSGI containers (e.g., Green Unicorn, uWSGI) and finally expose it to HTTP(S). If the...

cat:docs
target:python

Since the Nirum project doesn't have any logo now, @nirum-lang's (temporary) profile picture is currently: ![A (temporary) profile picture of @nirum-lang account](https://user-images.githubusercontent.com/12431/44109623-7819106e-a038-11e8-8cf5-6ca576be9f6b.png) which is not good at all. This should...

typ:bug
help wanted