Trending repository
-
Updated
Aug 10, 2022 - TypeScript
Catch this session and more at Git Merge 2022 in Chicago, IL Sep 14 - 15th. Tickets are on sale now.
September 14, 2022 - September 15, 2022 • Chicago, IL
DeepSource is the fastest and the most reliable way to run static analysis on your code. Our 13+ analyzers help you prevent thousands of security and bug risks, anti-patterns, and other defects before your code is merged.
But wait, we have more!
Describe the bug
I can't initialize create-t3-app inside of a git worktree folder because it already contains a .git file.
To Reproduce
create a repo on github
cd project
git clone [email protected]/user/repo --bare .
git worktree add main
cd main
pnpx create-t3-app@latest
# select no for "initialize git repo"
It will abort because the directory is not empty.
**Exp
I would like to be able to write rich notes about my VMs using the Markdown syntax.
This could be implemented by using the AttributedString API introduced by Apple in 2021.
https://docs.github.com/en/communities/documenting-your-project-with-wikis/editing-wiki-content
Documentation says that github docs use MediaWiki syntax:
Vietnamese translation is incomplete and not fil at all with the original in english since #5826 was introduced.
Take english file as reference and complete and rewording
So task is translate again. Anybody?
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
Is your feature request related to a problem? Please describe.
No response
Are you looking for hardware support?
No response
Describe the feature you want
I use POWER_LOSS_RECOVERY (along with NOZZLE_PARK_FEATURE) to save the current job state on the SD card. That way, I can turn off my printer overnight and resume the next day, for obvious safety concerns.
I noticed this m