Mike Blaguszewski

Results 3 issues of Mike Blaguszewski

Address two outstanding issues that are especially a problem when using flanker in a frozen application (i.e. using pyinstaller). ## #231 Disable warnings on first run When addresslib is first...

Consider a code snippet like this: ``` # sobelow_skip ["DOS.StringToAtom"] (atoms are a fixed set of table names in the DB schema) defp get_table_sizes() do … end ``` The explanation...