Malcolm Still

Results 60 issues of Malcolm Still

Commit https://github.com/malcolmstill/ulubis/commit/09f781fd84fc8e1836f59c24c28b231c803fd620 added screenshotting to ulubis. E.g. (this is the second screenshot out of ulubis on DRM/KMS!) ![screenshot](https://user-images.githubusercontent.com/2567177/42346398-73bddaf8-809a-11e8-8f6a-cc320a31b960.png) We'd like to be able to screenshot individual windows whilst retaining their...

enhancement

Both subsurfaces should be updating constantly but only the lower one is?

# Description - Update to zig 0.9.1 # To do - [ ] Works with GLFW, but not with DRM

- https://github.com/WebAssembly/testsuite/commit/e25ae159357c055b3a6fac99043644e208d26d2a - And run sh test/generate.sh # Todo - [ ] Implement `bulk` - [ ] Implement `table`

The `Buffer` api is not complete as detailed in https://github.com/oven-sh/bun/issues/155. Specifically `swap16`, `swap32` and `swap64` are unimplemented. This PR: - Implements `swap16`, `swap32` and `swap64` in `src/bun.js/bindings/JSBuffer.cpp` - Adds supporting...