Achim Schneider

Results 22 issues of Achim Schneider

**Implement loading of a .json file as part of the FE** This will allow ink! Playground/Rust Analyzer to provide error correction/syntax hightining and auto-completion for ink dependencies/sourcecode. - [x] Implement...

size-md
TypeScript
Rust
priority-low

Compilation of the the .wasm file should already be cached after initial load of twe App. But it seems to be possible to prevent even the re-compilation of the WASM...

size-md
TypeScript
priority-low

In the prototype, the ink! dependencies which are contained ion the `Change.json` file are received by calling fetch() to obtain them from the Netlify server after the initial page-load. This...

size-sm
TypeScript
priority-low

SWC is written in Rust and will hopefully improve build time and CI significantly. - [ ] Try to replace ts-loader/ts-jest by SWC, see https://github.com/swc-project/swc-loader and https://github.com/swc-project/jest. - [ ]...

size-md
TypeScript
priority-low

In the Prototype, the sharing functionality is provided by creating Github Gists. This works, but it relies on the Server and also on GitHub servers. A more decentralised solution would...

size-md
TypeScript
priority-low

We should observe and report the test coverage percentage of the project - [x] implement observation of test coverage of TypeScript code - [ ] test coverage of Rust code...

size-md
CI/CD
priority-low

Implement e2e integration testing. In alignment with the other Frontend tooling at Parity, we should implement this with Cypress. - [ ] Should test loading of the App as it...

size-lg
priority-medium

This is the backend implementation for Issue #125

Rust
priority-low

Currently all lgging is doen by `println!`. We should switch to a proper logging solution: - [ ] replace all `println!` statements in all creats by `log` macros - [...

enhancement
size-sm
Rust
priority-low

Currently, test in Jest are slow due to ESM transpilation. Plus, we can not test the `monaco` editor/ rust anayler functionalities properly. Most likely Cypress unit testing would allow for...

priority-low