Lucas
Lucas
Add the medium of the values from a column or range
Increased the length and width of SVG content area to make all fields and values visible because not all fields and values are when default size (length and width) are...
I get the incorrect stats output calculations like pull requests, issues, forks, collaborators from [this link](https://github.com/lulunac27a/Stats/blob/actions_branch/generated_images/overview.svg)
The string representation should be at least one decimal place after K (thousand) for Total XP earned, and Recent XP gained to make it more accurate.
Some code blocks didn't have syntax highlighting, so I've added these.
**Prettier 3.3.2** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBDANnATjAFAAwBVUBnAawAIASYGUsgOjvIF8LIBbAB03gBMAhAB0hUAJoQArhTiosUOH2rAAHlwCichXyYQAMhDAY4AZRhYAllADmuISAQBaAKon7ASjYANAArDREtKy8orKXBBWMCSaITow+obGZpY2dg5QLm4gnhThkTR5sNFaoQC85RQAjBQA-BT29hRI9SAk9iwC+O4A3AD0vcY4FJIk2BTxFCQAFhAA7hQz8xyoUACeFL7jU3DrwdoUK0qFUTIlSqgAZvBY7BDcvFbWW3Dj9CAANCAQXDAW0CTIUByLBzHxyBAAlAYWaoVYAz4AIywqDAZDgMBMqA4cD0VjgyAuGFGiORqPRJi4KMeyHMkjgn1GHAsNKwdM+cDU2As2NgGEI2CgcgscEhhPQxNaj0wAEVJBB4ASifSQAArEgqExSuCy+X4pBiiUARzl8B8IK4kLQJEcCkUig+IHMqAs6EeAGE7stkGh0OgHSQtQBBGDmCwIySm7C4hSK8XKqYwDjoADqUws8BIlLApgh6YsADd06tvWASPCQPm6QBJKB8BAYsCWH6B2tmVaYWMSrgg0bJ5Fcb3dkXYfP4z5WUY4M2oaxe-VKz6UrCT70wVZcEWNiw-B1YODGix76ez1Cd5V0BHJix8GBTZAAJk+IzgxARooXDg4CMUdb4ehW1iSDOcAAGIQFgywhtSUIRhADrdpEV43neSAAOwACwsCwQA) ```sh --parser typescript --print-width 74 ``` **Input:** ```tsx alert(`Task ${task.task} completed!\nYou earned ${xpEarned.toLocaleString("en-US")} XP!\nYou earned ${pointsEarned.toLocaleString("en-US")} point${pointsEarned === 1 ? "" : "s"}!`);//alert user to show...
The exact number of possible ranked hands is 7,462, not 7,642.
Choose one: is this a bug report or feature request? Bug report ### Input Code Example code: ```coffee 1.e1 ``` And another example: ```coffee 1.e-1 ``` ### Expected Behavior ```js...
The word `to to` should be `to` with a single word, not same word repeats two times.
**Bug Report** (A clear and concise description of what the bug is.) **To Reproduce** ```python from flask import Flask, render_template, redirect, url_for from flask_sqlalchemy import SQLAlchemy import math app =...