Arthur Welf
Arthur Welf
First of all thank you very much for your awesome package! )) In `Json.Decode` module there is a function `lazy` which helps with building recursive encoders. Please define in your...
[Здесь](https://github.com/Juriy/pro-react-redux/blob/master/todo/todo-final/src/components/app/app.js) вы почему-то отказываетесь от декларативного подхода в пользу императивного: ``` onDelete = (id) => { this.setState((state) => { const idx = state.items.findIndex((item) => item.id === id); const items =...
### Check for existing issues - [X] Completed ### Describe the feature You have removed the preview of SVG files in https://github.com/zed-industries/zed/pull/10435 to enable editing them. But it is also...
# JSON-RPC Server Implementation Plan Closes #3353 ## Stage 0: Preparation - [x] Fix dead code warnings in existing tests. ## Stage 1: Core Infrastructure & HTTP Server This stage...
[JSON‐RPC Websocket API subscription methods](https://github.com/dusk-network/rusk/wiki/%5BDraft%5D-JSON%E2%80%90RPC-Websocket-API-subscription-methods)
[JSON‐RPC API transaction methods](https://github.com/dusk-network/rusk/wiki/%5BDraft%5D-JSON%E2%80%90RPC-API-transaction-methods)
[JSON‐RPC API prover methods](https://github.com/dusk-network/rusk/wiki/%5BDraft%5D-JSON%E2%80%90RPC-API-prover-methods)
[JSON‐RPC API network methods](https://github.com/dusk-network/rusk/wiki/%5BDraft%5D-JSON%E2%80%90RPC-API-network-methods)
[JSON‐RPC API contract methods](https://github.com/dusk-network/rusk/wiki/%5BDraft%5D-JSON%E2%80%90RPC-API-contract-methods)
[JSON‐RPC API Common Implementation Notes](https://github.com/dusk-network/rusk/wiki/%5BDraft%5D-JSON%E2%80%90RPC-API-Common-Implementation-Notes)