Eliza Milburn

Results 9 issues of Eliza Milburn

Is this action still supported? And if it is, will #5 ever be fixed, now that containers are supported on Windows?

### On Google Classroom, the extension is changing the entire message to the name, instead of just changing the name Disabled ![image](https://user-images.githubusercontent.com/61363431/111458576-7dd16200-8711-11eb-9353-03f992f6e81e.png) Enabled ![image](https://user-images.githubusercontent.com/61363431/111458683-a3f70200-8711-11eb-8f42-901cb477939b.png) Google Chrome 89.0.4389.90 (Official Build) (64-bit) ...

## Problem When attempting to include MicaEditor into a different solution, compilation fails because the project is hard-coded to expect the `packages` directory to always be at the same level...

Replaced all links to `..\packages` with `$(SolutionDir)packages`, allowing the projects to be used in other solutions without issue. Fixes #2

Supersedes #492 #491 #482 #481 ##### Description of change - Manually specify v7 in install command - Stage takes a `width` and `height`, not an `x` and `y` - Updated...

##### Description of change Updated the documentation homepage to use the correct props for the Stage component Fixes: ##### Pre-Merge Checklist - [x] Documentation is changed or added

Once a texture is loaded, it's never unloaded, leading to large VRAM usage, and possible GPU process crashes. This is easier to see on bigger Yukon servers like Journey by...

When running the Windows amd64 dev server, none of the CSS is loading. ![image](https://github.com/user-attachments/assets/0c9be1dc-9fff-4d35-8b3f-673dcd16a027) In addition, when attempting to build a site on Windows, you get an error that `assets\javascript.css`...

Since 49b7673c064df9af1ad0d1cd4763726c3fc0b662 the examples won't build with the provided CMake file due to the CMake file using raylib 4.2, which doesn't have the `ComputeMD5()` method.