yld

Results 5 issues of yld

## Expected behavior No warning, effective reload. ## Actual behavior Non effective components reloading, deprecation warning. ## Failure Logs ``` Rails -- DEPRECATION WARNING: Initialization autoloaded the constants ForestLiana::AdapterHelper, ForestLiana::ApplicationHelper,...

to-be-fixed-by-next-gen

## Expected behavior According to documentation, client_id should allow Forest to correctly evaluate STI classes. ## Actual behavior It does not work. We had to run rails dev:cache ## Failure...

to-be-fixed-by-next-gen

Bridge networking is disabled for security reasons. See related issue https://github.com/awslabs/amazon-eks-ami/issues/183 for explanations. Adding `--enable-docker-bridge true ` as a node bootstrap argument solve the problem (see https://github.com/awslabs/amazon-eks-ami/issues/187). Adding ` --network...

I have a YAML structured like this, containing _other_ keyword: ```yaml fr: something: other: 'autre' ``` i got that kind of messages: expected config/locales/something/fr.yml to contain the following pluralization keys...