Trending repository
-
Updated
Nov 26, 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!
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
November 29, 2021 • Online
[If unable to purchase via GitHub marketplace, write to support@reviewnb.com to set up an account]
Join hundreds of companies in using ReviewNB for notebook code reviews,
Fill the form for Enterprise plan
Hello,
There are some missing translation for Slovak (sk). These should be added in branch 4.4.
See symfony/symfony#38710 for details and this page for an example.
These are the files that should be updated:
Is your feature request related to a problem? Please describe.
In our company we have way too many branches remotely. Basically everybody creates new ones for every PR, and most of the time the branches don't get deleted afterwards.
That makes it very hard to check out a remote branch with lazygit, as I have to search for it. Need to know the exact PR number, ...
**Describe the solution
The world’s best software teams deliver quality code confidently with CircleCI. Go from next-up to feature shipped at the speed ambitious businesses require.
Widest choice to customize operating systems, CPUs, GPUs, memory and images for each job.
CircleCI's automatically generated build and test steps allow GitHub users to set up their first build quickly and with confidence.
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