Tom Zöhner
Tom Zöhner
I'm not sure whether this is out of scope for this project, but I think it would be interesting to collect passed types even in places where type information is...
When viewing the syscalls from a capture file in sysdig-inspect there are many syscalls missing. For example I can see the first 6800 syscalls and then it suddenly jumps to...
When upgrading to Mongo 6.2 or later, you receive regular warnings in the Mongo log stating `The collStats command is deprecated. For more information, see https://dochub.mongodb.org/core/collStats-deprecated`. This is due to...
Fixes #203 by adding a new optional config option for the desired nullability annotation.
When using record-builder with nullaway, the record-builder approach of keeping field annotations works nicely for nullable fields. In our code base, we often use fields wrapped with `Optional` instead of...