CrayonApe
CrayonApe
The function called in the `allows authenticated user to edit a post` and `redirect an unauthenticated user to 404` tests should be `async` because keyword `await` is used in the...
There is a spelling mistake in the `Posts` component. ```js // should be "post in posts" ```
[https://next.vue-test-utils.vuejs.org/guide/advanced/http-requests.html#a-list-of-blog-posts](https://next.vue-test-utils.vuejs.org/guide/advanced/http-requests.html#a-list-of-blog-posts) ```js // Following lines tell Jest to mock any call to `axios.get` // and to return `mockPostList` instead jest.mock('axios', () => ({ get: jest.fn(() => mockPostList) })) ``` The...
### Tested versions 4.3rc2 ### System information MacOS Monterey 12.7.5 ### Issue description Sorry, I know this isn't the right place, but I've asked around and no one has given...
**Your Godot version:** 4.3 **Issue description:**  Godot has some useful tools for making small helper tools, such as point. But I can't find any documentation on how to interact...
### Tested versions 4.3.stable ### System information Win10 v4.3 Vulkan(Forward+) ### Issue description https://github.com/user-attachments/assets/7e9dab57-2d4b-4b9d-b731-2660dbac8d6a  Recently I was trying to find a way to make a lot of lights in...