Benji
Benji
> I've updated Chinese Console to V3: > > https://chromewebstore.google.com/detail/chinese-console-popup-dic/mekipefdgdacoicbibojhhjppiiaoidp?pli=1 Is this open source?
Yeah I can confirm Rails 8 / thruster is caching the asset.
According to these docs. The sever should respond to "list". https://github.com/fullstorydev/grpcurl ``` # Server supports reflection grpcurl localhost:8787 list ```
I've opened a PR to fix this: https://github.com/motor-admin/motor-admin-rails/pull/172
I've opened a PR to fix this: https://github.com/motor-admin/motor-admin-rails/pull/172
> Is this fixed? Yes it's merged
Can this get merged?
I reimplemented this on my own branch.
> The idea behind disabling that line when eager loading, is that the admin _reloading_ should not be enabled. With eager loading enabled, the admin files are loaded via the...