Grady Link
Grady Link
## 🎉 Theme for [Desmos](https://desmos.com) 🎉 Desmos is an online calculator suite most known for their graphing calculator and is used in many schools.  ## 💬 Additional Comments 💬...
I was working on https://github.com/catppuccin/userstyles/pull/1731 when I realized this could also be a DesModder plugin, so here it is! It is still missing support for various DesModder plugins, but I...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...
This only adds 7 kilobytes to the 3ds-curl package which is very little compared to the original 422 kilobytes before hand. Adding 7 kilobytes should not have very much effect...
## Feature Request ### What feature are you suggesting? #### Overview: Please just update Curl to a newer version. #### Smaller Details: N/A #### Nature of Request: - Change ###...
## 🔧 What does this fix? 🔧 - Themes the bottom of the share dialog for snapshots - Fixes the theming for checkboxes (there appear to have been some changes...
There is low contrast on many elements on PR pages related to the `accent` color and the `text` color. Screenshots:  
For our project we wrote a library (https://github.com/ScratchEverywhere/mistpp) for handling communication with the cloud variable server if you want to use that, it currently requires a version of libcurl with...
so I have this code: ```cpp extension.luaState["input"].get().set("mouseX", sol::property([]() { return Input::mousePointer.x; })); ``` when I try to log `input.mouseX` on the Lua side, I get: ``` function: 0x7bfc5bc65fe0 ``` but...