René Dudfield
René Dudfield
[Literal types](https://www.python.org/dev/peps/pep-0586/#abstract) let you specify valid inputs, which potentially provides an elegant interface... ```python SystemCursors = Literal["arrow", "ibeam", "wait", "crosshair", "waitarrow", "size_nwse", "size_we", "size_ns", "size", "no", "hand"] def set_cursor(cursor: SystemCursors)...
There are various python and pygame on web browser projects. - pyodide https://github.com/iodide-project/pyodide is a emscripten WASM compiled python scientific stack. - https://github.com/Petlja/pygame4skulpt on Skulpt python implementation. - gamejs. -...
As a user I want to install and distribute pygame where the CPU specific optimizations are included for optimized functions. As part of the PR [Adds MMX, SSE2 & Arm...
- [x] linux and manylinux investigation - [ ] windows investigation - [x] mac (it's being used now for our releases) --- This looks good for removing much our CI...
Originally reported by: **Hakan Lindestaf (Bitbucket: [hakanl](https://bitbucket.org/hakanl), GitHub: [hakanl](https://github.com/hakanl))** ---------------------------------------- It would be great to be able to control left/right volume on the background music (it's possible on the channel,...
port pygame
Hello, I'm from the pygame project, and I'd like to get pygame working with pyodide. Here's the pygame issue tracking things: https://github.com/pygame/pygame/issues/718 cheers,
An upgrade command for upgrading plugins (and folders of plugins). For https://github.com/kinvolk/headlamp/issues/426 - [x] Check if headlamp-plugin is outdated when starting `npm start` - [x] When package is upgraded, make...
## Current situation We don't have any end-to-end tests for Headlamp. ## Impact We are not as confident as we could be that different versions of the Headlamp (app, web)...
## Description noCluster is confusing people. ## Impact [ 1 sentence detailing the impact this bug is creating for you ] ## Environment and steps to reproduce 1. **Set-up**: [...
# [Title: describe the change in one sentence] [ describe the change in 1 - 3 paragraphs ] ## How to use [ describe what reviewers need to do in...