João Magalhães

Results 32 issues of João Magalhães

## Description With Python 3.6+, there's been primitive support for type hinting. We want to be able to offer this richer type of support through the usage of type hinting....

enhancement
p-medium

## Description After conducting some empirical testing, Appier is underperforming regarding async call handling. Running the same App through FastAPI handles at least 10x-100x more requests than Appier. ## Implementation...

bug
p-high

# Description This is a follow-up to #26 - because it was closed to allow major master branch refactoring. # Achievements - [x] Echo server working with both netius (compat...

enhancement

## Problem GB-8 was not building with the latest version of RGBDS. ## Solution Replaces the `hardware.inc` with the most recent version. Changes declaration of static values, making use of...

I'm getting compilation errors in Rust nightly due to the built's lack of support for the new Cargo.lock version 4. ``` Caused by: process didn't exit successfully: `/.../build/boytacean-d1602522edb07f70/build-script-build` (exit status:...

## Summary - add Python stub files for agent, container, observer, poll, service, stream and util modules ## Testing - `black .` - `pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_6845c99064488328bb41065c4cffb391 ## Summary by...

risky ❕
codex

This pull request introduces netplay (network multiplayer) support to the emulator, allowing two instances to synchronize serial communication over a network. The main changes include adding a new `NetworkDevice` for...

enhancement

This pull request introduces several performance optimizations and refactorings across the audio, CPU, and memory subsystems of the emulator. The most significant changes include replacing the audio buffer implementation with...

enhancement

## Summary - add WebGL shader renderer in web frontend - hook shader parameter in frontend to initialize WebGL - copy shaders from SDL frontend - document shader support in...

risky ❕
codex

## Summary - implement `UpdateMode` enum and band-limited step generator - extend APU state with new update mode field - add tests for new field - document new feature in...

codex