Kang Hyojun
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...
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...
[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...
Make nirum-wsgi to log every method call (through `logging`) and write docs about that.
To support https://github.com/spoqa/nirum/issues/161, required to modify compiler as well.
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...
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...
third-party libarary installed via VCS ordered as if it is standard library
``` import requests from django import utils from django.db import models from djmoney.models.fields import MoneyField from moneyed import Money ```
occured exception when use [SourceTree](https://www.sourcetreeapp.com/)