CrayonApe

Results 6 issues of 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...

documentation
topic:2d

**Your Godot version:** 4.3 **Issue description:** ![image](https://github.com/user-attachments/assets/4d5291be-5a8c-4456-9b0d-d03be58147f5) Godot has some useful tools for making small helper tools, such as point. But I can't find any documentation on how to interact...

enhancement
content:new page

### 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 ![cd71245b-2d76-4c30-9ad9-e958e429d899](https://github.com/user-attachments/assets/51e7e09b-34b4-46c5-a2e7-051ec17c8003) Recently I was trying to find a way to make a lot of lights in...

bug
topic:rendering
topic:2d