Hyeseong Kim
Hyeseong Kim
Thanks, @TheSpyder TIL a binding pattern!
There is also [`TextDecoderStream` API](https://developer.mozilla.org/en-US/docs/Web/API/TextDecoderStream) in the web, which depends on `ReadableStream` and `WritableStream` interface. Since the `WritableStream` binding is still empty, I leave it to do.
@geoseong Nah, that is even more dangerous decision for all. Some people would like to install node environment for a system, it means global package would go privileged. We need...
This may need an origin policy when trying to assign a new value to the location.
I'm going to try Rewriting in ReScript for the Encoder as well, as I've seen the improvements from #6. I can provide settings for ReScript if anyone wants.
This is for compression, not validation. So it will probably need to be able to integrate with external validators. The name json (with) schema is not appropriate because it is...
The schema can be bound in constructors, so there is no need to pass it as an argument. And I don't think support for extensions will be needed as the...
An interesting idea is that this also can flatten nested structures beyond simply mapping key names. Given that we currently have poor performance for complex structures, this could be a...
Another idea: LZ-based compression for large strings (str8, str16, str32...)
`%VS170COMNTOOLS%\VsDevCmd.bat` 이거 예전에 제가 VS 커맨드라인 쓸 때 사용하던 환경변수 배포(`vcvarsall x86` + 이것저것)해주는 배치파일 위치인데 이거 먼저 실행하면 `nmake` 로 사용 가능할 것 같아요 (짐작입니다.)