Kang Hyojun

Results 15 issues of Kang Hyojun

``` @regexp-constraint("[a-zA-Z]+") unboxed alpha (text); ``` As https://github.com/nirum-lang/nirum/issues/206 suggested, it might be useful if `text` is validated by the regular expression that gives in an annotation. ``` Alpha('1234') # error...

dfct:easy
cmp:compiler
cat:lang

Making multiple HTTP requests at once could make a similar effect to DoS attack. So it is helpful to keep service availability that `HttpTransport` support exponential backoff and jitter when...

typ:enhance
cmp:transport
target:python
typ:discuss

[serde][] which is Rust's serialization/deserialization library give a option to [represent enum][enum-repr]. A deserializer doesn't need to read a whole JSON to know which tag is to deserialize if Nirum...

dfct:easy
cmp:compiler
cat:lang

Make nirum-wsgi to log every method call (through `logging`) and write docs about that.

typ:enhance
dfct:easy
cmp:runtime

To support https://github.com/spoqa/nirum/issues/161, required to modify compiler as well.

typ:enhance
cmp:compiler

When schema is chaning witout backward compatibility, it is obvious that error is raised. and it could be catastrophic. If it specify minimum version, maximum version that server or client...

typ:enhance
target
cmp:compiler

To make a procedure call with a large payload, it should be called with a few small payloads which are divided from one large payload through several HTTP requests to...

typ:enhance
cmp:compiler
cmp:runtime
cat:lang

third-party libarary installed via VCS ordered as if it is standard library

bug

``` import requests from django import utils from django.db import models from djmoney.models.fields import MoneyField from moneyed import Money ```

bug

occured exception when use [SourceTree](https://www.sourcetreeapp.com/)