-
Updated
Nov 1, 2021
conversion
Here are 1,418 public repositories matching this topic...
-
Updated
Jan 16, 2022 - C
-
Updated
Jun 7, 2022 - Go
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Jun 24, 2022 - TypeScript
-
Updated
Jul 5, 2022 - Java
-
Updated
Jul 8, 2022 - PHP
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Jul 8, 2022 - Java
-
Updated
Jul 8, 2022 - C#
-
Updated
May 19, 2022 - Vim script
-
Updated
Apr 19, 2022 - Python
🐛 Bug Report
tslint-to-eslint-config
version:2.13.0
- ESLint version: N/A
- Node version:
16.15.0
Actual Behavior
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Jul 8, 2022 - Python
🐛 Bug Report
- TypeStat version: 0.5.3
- TypeScript version: 4.4.4
- Node version: 16.x
Getting lazy with repro steps, as ill just add it as test. posting as text below:
type C = string | null;
type B = { C: C } | null;
type A = { B: B } | null;
const A1 = {
B: {
C: null
}
} as A;
const x: string = A1.B.C;
Actual Behavior
const x
-
Updated
Jun 1, 2022 - Perl
- Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
- Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
- Use of
conventional-commit
standard going forward - Advice not to include any
package-lock.json
changes PRs, for security reasons. File will be regene
-
Updated
Jun 30, 2022 - TypeScript
-
Updated
Mar 25, 2022 - Rust
-
Updated
Jul 9, 2021 - Python
-
Updated
Mar 31, 2021 - C++
-
Updated
Feb 16, 2022 - Python
-
Updated
Jun 24, 2022
-
Updated
Jun 11, 2022 - C++
-
Updated
May 12, 2022 - TypeScript
Improve this page
Add a description, image, and links to the conversion topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the conversion topic, visit your repo's landing page and select "manage topics."
As per angularsen/UnitsNet#328 (comment)
Having a set of tests to validate that the correct abbreviation notations and symbols are used would be helpful, as we have seen from before that discrepancies tend to creep in over time.
See #328 for the (currently work in progress) guideline, go through the comments and identify what tests to write for the guid