Trending repository
-
Updated
Nov 25, 2021 - C++
Game Off is our annual month-long game jam where participants create games using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time! Join now!
December 09, 2021 • Online
Make packages/medusa/src/api/routes/store/returns pass linting
In an effort to improve our code quality we want to make sure that all files in the repo pass linting.
Please see this guide for a step-by-step guide for how to complete this task: https://medusajs.notion.site/Linting-routes-challenge-80bdf849c27a4d65baf9d397544d4a60
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Tired of the troubles with JavaScript? DeepScan can help you.
DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.
You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.
The collection page heading includes a visually hidden "Collection" element. Depending on the environment, this can cause an announcement of "2 item" within the heading, or a duplication of the announcement. This would lead to a confusing screen reader user experience.
<img width="921" alt="Dawn collection page, primary headin
11 and 12 (only with Webpack 5)
14 and 16
does not matter
Windows 10
SSG and/or Vercel Deploy via GitHub
**The issue only occurs with Webpack 5
Add an example to load file from a directory along with https://remix-ide.readthedocs.io/en/latest/locations.html#load-one-of-the-default-remix-files
Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).
Instructions on how to alias the labels can be viewed on the app's website.
This app only works on public repositories.
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in