sxwebdev

Results 3 comments of sxwebdev

> Are there any plans for this to be worked on? Currently having issues with using Vite alongside grpc-web. You can use this package https://github.com/timostamm/protobuf-ts which works great with Vite

Disable `access_log` in your nginx config ```bash server { ... access_log off; ... } ```

> I would like to create it FROM json, not to parse everything by converting api model to mobx model. I would like to do it for transparent conversion. In...