Wyatt Smith
Wyatt Smith
Note: In this issue, I will discuss both rust's enum variants, and Godot's Variants. To avoid confusion I will use an upper case V for Godot's as it is a...
I wrote [gdrust](https://github.com/wyattjsmith1/gdrust) not thinking it would fit in well here, but it turns out it would. This ticket is for discussing how gdrust fits into this project. # Properties...
**Is your feature request related to a problem? Please describe.** In game development, it is common to create a high resolution mesh, a low resolution mesh, and then to bake...
There is a crash if the user attempts to reorder a `ListComponent` with dividers. This is because the `ListComponent` implements `onItemsMoved` and automatically moves the data in `mData`. The size...
As I have everything in a monorepo, it would be great if we could checkout specific directories as resources. Consider a case with a monorepo with 2 services and a...
In 40634fa, a change was introduced which caused any `curl` with a non-zero status code to call `error` with more information. I have found the forced `error` call to be...
From a brand new Mac M1, I ran `brew install zellij`. When running `zellij` with my configuration OR `zellij setup --clean`, I get the following: ``` zsh ❯ zellij setup...
**Describe the bug** Creating tags in a `.yaml` file creates the tag on the file, but the tag is not visible in the tags page, and clicking on the tag...
Related to https://github.com/LemmyNet/lemmy/issues/3073. Issue linked above. This commit will resolve the immediate issue by checking to see if the user is setting the instance to private, and returning an error...
- [X] Did you check to see if this issue already exists? - [X] Is this only a single bug? Do not put multiple bugs in one issue. - [X]...