ganondev
ganondev
### Describe the Bug Mostly just raising this issue to bring visibility to #1035 as it's quite small and has been open for a bit. According to [Container](https://react.email/docs/components/container): > #...
https://github.com/ganondev/Sample_Grid Make sure to pull submodules
My repository (https://github.com/ganondev/libant) depends on https://gitlab.com/libeigen/eigen as a submodule. I thought to recurse submodules as part of the checkout: ``` steps: - uses: actions/checkout@v3 with: submodules: recursive ``` But I...
https://docs.godotengine.org/en/stable/classes/class_%40gdscript.html#class-gdscript-method-inst-to-dict `inst_to_dict` is used in a few places in Gut for in situations involving native nodes, such as during test collection and reporting assertions, and probably a lot of other...
Quick and dirty proof of running tests written in C#. The approach to solving the problem of "inheriting" from the base GutTest class is to create a C# version which...
### Is this something you or your team is interested in contributing a pull request towards? Yes ### Expected Behavior Some callback provided by ResponsiveContext that can be used to...
I recently proposed #925 which has been merged. I would like to pull this into our project within the next couple of weeks. I understand that a major release, 3.0.0,...