Dmitry Zakharov

Results 196 comments of Dmitry Zakharov

@chenglou Improved the error display in the commit https://github.com/DZakh/rescript-schema/pull/109/commits/1847b9c8ee727bb9cd3dd47b958c179f1ab32b7c . Gradually getting closer to the release πŸ—οΈ

Still some work to clean up the schema and error codes.

Improved a lot in v10. Please reopen if it's still an issue πŸ‘

The fastest is https://github.com/DZakh/rescript-schema

I was looking at the code and I think it's possible to implement with the current chart library. Just generate svg for each item separately and include labels and links...

@cknitt not related to this, but I have JSON schema type publicly available https://github.com/DZakh/rescript-json-schema/blob/main/src/JSONSchema7.res Haven't started updating it to use `@unboxed` variables though. It'll be much more convenient to use...

> Doesn't `@meth` work? > > We also have `@this` binding. Afaik, it works for both regular function and FFI I'll check