-
Updated
Feb 7, 2022 - JavaScript
best-practices
Here are 1,322 public repositories matching this topic...
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Feb 7, 2022 - JavaScript
-
Updated
Feb 7, 2022 - JavaScript
-
Updated
Oct 1, 2021
-
Updated
Feb 9, 2022 - Python
-
Updated
Oct 20, 2021 - Shell
-
Updated
Feb 7, 2022 - HTML
-
Updated
Dec 14, 2021
-
Updated
May 12, 2020
-
Updated
Feb 9, 2022 - HTML
-
Updated
Feb 4, 2022 - C#
-
Updated
Jan 2, 2022
-
Updated
Feb 1, 2022
-
Updated
Oct 31, 2021 - HTML
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Sep 7, 2021 - Python
-
Updated
Jan 12, 2022 - TypeScript
-
Updated
Jan 26, 2022
-
Updated
Jan 25, 2022 - Kotlin
Describe the solution you'd like
Move the fixtures
folder to outside internal
and place it under root as a “sibling” to internal
, pkg
, cmd
and the rest. The reason why is because internal/
is a special directory name recognized by the go tool which will prevent one package from being imported by another unless both share a common ancestor.
Requirements
Golang basic level.
-
Updated
Jan 9, 2019
-
Updated
Feb 8, 2022 - TypeScript
-
Updated
Jan 15, 2022 - C#
Onekongpc
What and where?
Please give the broken URL. Where is the link located?
Would you like to be assigned to this issue?
Check the box if you will submit a PR to fix this issue. Please read CONTRIBUTING.md.
-KONG [ ] Assign me, please!
-
Updated
Dec 23, 2020 - Python
🐞 Bug report
Description
In vscode, whenever I set the "extends"
property in my tsconfig.json
file, webhint gives the following error message:
Unexpected token } in JSON at position 705 (typescript-config/is-valid)
Details
Improve this page
Add a description, image, and links to the best-practices topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the best-practices topic, visit your repo's landing page and select "manage topics."
Provide the steps to reproduce