Vladyslav Nikonov

Results 35 issues of Vladyslav Nikonov

This color mode is implemented via fast switching of the color attributes; Because of [persistence of vision](https://en.wikipedia.org/wiki/Persistence_of_vision) basic ZX Spectrum color palette effectively extends from 15 colors to 120 colors....

crate/rustzx
crate/rustzx-core
type/feature

There are a lot of failures in z80 tests by @raxoft https://github.com/raxoft/z80test (Found via https://viva-games.ru/game/zilog-z80-cpu-test-suite) Passing test tapes: `z80doc.tap` `z80docflags.tap` Failing test tapes: `z80full.tap`, `z80ccf.tap`, `z80flags.tap`, `z80memptr.tap` Most likely `ccf`...

type/enhancement
crate/rustzx-z80

crate/rustzx
crate/rustzx-core
type/feature

crate/rustzx
crate/rustzx-core
type/feature

Following command, described in the README.md fails with the error message: ```bash sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 584F7F9F ``` **Expected result:** Commands finishes successfully. **Actual result** Command fails with...

Task Implementation should have the following: - [ ] Bootstrap `wry`-based binary which runs rustzx on canvas - use custom-protocol to get assets, handle drag&drop etc. - use rustzx core...

crate/rustzx
epic/gui
type/feature

Implement unicode input for `ironrdp-client`. Details: - See `ironrdp-web` implementation for inspiration. - See initial task https://github.com/Devolutions/IronRDP/issues/106 Blocked by https://github.com/Devolutions/IronRDP/issues/375 (winit update)

enhancement
A-native-client

`winit` update is required to implement Unicode Input, as the new version updates its API to make `WindowEvent::KeyboardInput` receive Unicode characters

dependencies
A-native-client