Trending repository
-
Updated
Nov 22, 2021 - JavaScript
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!
November 24, 2021 • Online
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.
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
This is a very simple enchantment, but I think it is so helpful for intuitively comparing strat's performances.
Such as this image, showing CAGR and MDD is extremely intuitive for comparing strategies, higher CAGR(profitability) and lower MDD(risk) is bettDescribe the bug
Pandas failing with KeyError: 'currency'. Was running fine for few days and randomly failed
Error
Restarting application after exception: KeyError('currency')
JSONDecodeError: https://api.pro.coinbase.com/
KeyError('currency')
Traceback (most recent call last):
File "pandas\_libs\hashtable_class_helper.pxi", line 1683, in pandas._libs.hashtable.PyObjectHash
Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.
It would be awesome to set a bearer token on a socket.io request just like you can do it on a rest request.