fix: ensure correct address printout startup (#33) #32
Annotations
6 warnings
Build and lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: erlef/setup-elixir@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and lint:
deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
|
Build and lint
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
|
Build and lint
Decimal.plus/1 is deprecated. Use Decimal.apply_context/1 instead
|
Build and lint
Decimal.with_context/2 is deprecated. Use Decimal.Context.with/2 instead
|
Build and lint
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|