For readability, it's nice to use atoms and list-based strings in config files,
but this means that config data (if not already json) needs to be normalized.
One simple normalization step would be json_decode(json_encode(Data)),
but most json libraries dislike strings-as-lists, as they can't be distinguished from
arrays.
With the schema already loaded, we can easily make this distinction, though.
For readability, it's nice to use atoms and list-based strings in config files,
but this means that config data (if not already json) needs to be normalized.
One simple normalization step would be `json_decode(json_encode(Data))`,
but most json libraries dislike strings-as-lists, as they can't be distinguished from
arrays.
With the schema already loaded, we can easily make this distinction, though.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
For readability, it's nice to use atoms and list-based strings in config files,
but this means that config data (if not already json) needs to be normalized.
One simple normalization step would be
json_decode(json_encode(Data)),but most json libraries dislike strings-as-lists, as they can't be distinguished from
arrays.
With the schema already loaded, we can easily make this distinction, though.