aligator
aligator
This includes a Phong based material with custom shaders
with this route ```yaml /api/import/7z: post: tags: - Import requestBody: content: multipart/form-data: schema: type: object properties: file: type: string format: binary responses: "200": description: OK ``` The body is read...
Hi, While adapting the config to my needs, I had to search quite some time, how to use the modules from `homeManagerModules`. I hope I found the correct usage now....
Hi, I got a request of a user: Before 2023-11, the export did not contain deleted values. Now it does. This confused a user of mine and I investigated it....
Maybe fixes #24 My idea is to add a deterministic sort by the color if the names are the same. On my first tests it seems that ```go sort.Slice(c, func(i,...
Hi I just wanted to build a Matrix theme and noticed a very strange behavior. The color "Neon green" from the Wikipedia palette returned randomly two different colors when using...