Commit 8a8c667
Update deps; fix file_size scientific notation bug
Float.round/2 can return 1000.0 at unit boundaries, which Elixir's
string interpolation renders as "1.0e3" (scientific notation). Switch to
:erlang.float_to_binary/2 with decimals: 1 to always produce decimal output.
Also updates mix.lock for latest dep versions including exqlite fork.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fcc7bea commit 8a8c667
3 files changed
Lines changed: 20 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments