Dosychev Peter
Dosychev Peter
Potential idea: ``` my_flow_field.block01.flow_block_model.field1: value1 --- my_flow_field.block01.flow_block_model.field2: value2 --- my_flow_field.block02.flow_block_model2.field1: value1 --- my_flow_field.block02.flow_block_model2.field2: aha ``` If you'll keep block's and flow-block's names short it wouldn't be very ugly.
`ansible-playbook` command is also affected for version 2.14.0 With `ANSIBLE_VAULT_PASSWORD_FILE` environment variable set `--vault-id` command line option is ignored. (But not the `ANSIBLE_VAULT_IDENTITY` environment variable)
fixes #883
As an alternative to [#4554](https://github.com/raysan5/raylib/pull/4554) maybe consider renaming `config.h` to `config.def.h`. This is the way [suckless](https://suckless.org/) using for their projects. **Pros:** * No changes to other library code * Solves...
upsteam issue: https://github.com/ziglang/zig/issues/14146
Upstream solution for this is a fork of `net` module. https://github.com/wlynxg/anet I think idea behind it is a conditional dependency for android builds.