-
Updated
Jan 19, 2022 - Java
analyzer
Here are 668 public repositories matching this topic...
-
Updated
Jan 30, 2022 - C++
-
Updated
Jan 29, 2022 - JavaScript
-
Updated
Jan 27, 2022 - PHP
-
Updated
Nov 1, 2021 - C++
-
Updated
Oct 14, 2019 - JavaScript
-
Updated
Jan 28, 2022 - Scala
-
Updated
Jan 19, 2022 - Java
-
Updated
Jan 30, 2022 - C#
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Jan 28, 2022 - Java
-
Updated
Dec 20, 2021 - Scala
Is your feature request related to a problem? Please describe.
Add a rule that fails when unstable package is used (e.g foo@1.0.0-alpha)
Is your feature request related to a problem? Please describe.
No, I wouldn't say it's a "problem", but: At least for me, when VSTHRD111 happens, and I "Alt-Enter" to get to the suggested code fixes, the first code fix listed is always to use ConfigureAwait(true). Since it is the first listed, it is the default choice when you hit "Alt-Enter" then "Enter".
In my experience, that's a
-
Updated
Jan 16, 2022 - Python
-
Updated
Feb 27, 2019 - PHP
As per the respective RFCs, IGMP uses MRD in units of 1/10s while MLD uses units of ms.
Currently the Ostinato GUI shows units as 1/10s for both IGMP and MLD.
-
Updated
Jan 30, 2022 - Java
During code review today I just noticed a repeated pattern:
void processResponse(GetSettingsResponse settings) {
...
}
await SettingsApi().getSettings().then(processResponse);From my knowledge of Dart, there is nothing bad in processing future results using then chain. However, my preference and (from my experience) more "standard" way to process promise results would
-
Updated
May 23, 2021 - C#
-
Updated
Jan 29, 2022 - Python
-
Updated
May 3, 2021 - PHP
-
Updated
Jan 26, 2022 - PHP
-
Updated
Aug 28, 2017 - C++
Improve this page
Add a description, image, and links to the analyzer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the analyzer topic, visit your repo's landing page and select "manage topics."
Hey @twostraws ! 👋🏼
Based on the screenshot here: https://twitter.com/twostraws/status/1354136797496881154/photo/1
I was wondering why imports are word-wrapped instead of formatted like everything else?
I think a format like this would be easier to read: