Viktor Podzigun

Results 6 issues of Viktor Podzigun

Currently one can use: ``` iconv.encode(str, encoding).length ``` but it's slow because it creates intermediate and immediately discarded buffer. Would be better to expose similar but efficient api: ``` iconv.byteLength(str,...

feature

Notes: - fixes webpack json stats parsing errors on missing optional fields in `errors`/`warnings` objects: ``` [error] Error parsing webpack stats output [error] /warnings(0)/moduleName: JsonValidationError(List(error.path.missing),WrappedArray()) [error] /warnings(1)/moduleName: JsonValidationError(List(error.path.missing),WrappedArray()) [error] Error...

Why: - challenges to keep `facade` interfaces in sync with `JS` libs, requires manual adjustments when `JS` lib updates - `JavaScript`/`TypeScript` has much bigger ecosystem/community and potential future contributors to...

![Screenshot 2023-05-26 210629](https://github.com/farjs/farjs/assets/6927105/27e1518f-19b2-44ea-84b7-dcdc21e92053)

Depends on scommons/scommons-nodejs/issues/6