-
I have realized that, when the size of the output DB increases, resolving the references becomes a bottleneck for the execution of the jobs.
I have a DB with ~8000 jobs outputs in atomate2 and resol…
-
```py
a = 1 # error: asignment is useless because it's not used before being assigned again
a = 2
print(a)
```
-
I have some code using the DNC library where I perform analyses of multiple networks in different threads. This leads to errors in the analyses which do not appear when only one thread is used.
Som…
-
We can use a predicate method call IS_EOF( ) in an IF expression as
IF is_eof( ).
str = ''.
ELSE.
str = format_string( value ).
…
-
- Pages are tracked in behavior flow, and theyre grouped together automatically *done*
- can't see new sessions as its own metrics - *done*
- cannot compare more than 4 metrics at a time - *done*
-…
-
I suppose NullAway does not perform complex data flow analysis now, so cannot handle the following example. Besides suppressing this warning, how can we handle this in NullAway?
public class…
-
-
I'm using the library you provided well.
I am contacting you because there is a difficulty in using the library.
My service allows users to select whether to import only gif files or not except gi…
-
```
Version: 0.17.0
OS: CentOS 7
```
Hi Team,
I was trying to understand the effect of `--reactive` flag in `infer run`, `infer capture` and `infer analyze`, but got conflicting information fro…
-
This tracker is for issues related to **Analyzer**.
### Summary
Consider the code:
```dart
Object? _testVariable;
void main() {
final Object? testVariable = _testVariable;
if (testV…