Yaroslav Shepilov
Yaroslav Shepilov
Are you using proxy? Could you check proxy logs? I think it's some missing proxy configs And one more question, is your server running with https?
Could you please check nginx logs, if you see his requests And script server logs
With the dropdown, it seems to be a known issue: https://github.com/Dogfalo/materialize/issues/3790 :( Not fixed for 3 years already. Unfortunately, to fix it, I would need a device, so I could...
Hi, @legendarylion thanks for sharing! Unfortunately, I don't like this option: 1. Browser-default has completely different styles, which doesn't conform to other components 2. I don't want to keep 2...
For those who want to import "modules", without forking/copypasting original classes. As mentioned here: https://github.com/Dogfalo/materialize/issues/5958#issuecomment-397577854 all JS imports are working except `class Component`. Webpack is just excluding it from compilation...
@ChildishGiant for the exports-loader 1.1.1 I believe it should look like this: ``` plugins: [new webpack.ProvidePlugin({Component: 'exports-loader?type=commonjs&exports=single Component!materialize-css/js/component.js'})] ``` Unfortunately, I cannot test it, because I switched to vue-cli and...
This is a workaround, which we use now: ``` public static void executeOutOfTransaction(Runnable runnable) { if ((ElasticApmInstrumentation.tracer == null) || (ElasticApmInstrumentation.tracer.getActive() == null)) { runnable.run(); } else { final TraceContextHolder...
Hi @baniczar, unfortunately, I won't have time to implement it. But you can try to implement it yourself and submit a PR
Hi @father-mande, may be you can try to install htpasswd utility. In this case script server would pick up the latest changes.
Hi @father-mande for whatever reason script server cannot find this utility. Because if the utility is there, script server do not cache passwords Could you check server.log after server startup...