Michael Bolli

Results 79 comments of Michael Bolli

It works for me with the following config: ```php // init container // ... // init middleware $app->options('/{routes:.+}', fn ($request, $response, $args) => $response); $app->add(new CorsMiddleware([ 'logger' => $container->getLogger(), 'origin'...

In my case (yarn2+pnp) it even stops the build: ``` Error: Module build failed (from ../../.yarn/__virtual__/sass-loader-virtual-b253f017d5/0/cache/sass-loader-npm-12.2.0-ec155d3d53-2b2dd04ab5.zip/node_modules/sass-loader/dist/cjs.js): SassError: Can't find stylesheet to import. ╷ 2 │ @import "node_modules/bulma/sass/utilities/_all.sass" │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵...

I had the same issue, but after adding `is-horizontal` to the field it worked: ```html ... ```

One incompatibility fixed in 5e7ffaed3dd7980a743bbfa2f65ebb24340fdb83, should be ready for PHP 8.1 now. Not closing this yet.

@Dona21 https://gitlab.com/moozer/server-monitor-ansible/-/blob/master/tasks/install_nfsen.yml maybe useful to check in or merge with yours?

There is an option in the graphing library to try out: Is it better after replacing `labelsKMB` with `labelsKMG2`? https://github.com/mbolli/nfsen-ng/blob/b425d55cabe1e21803353db4d5b0299e376c2de6/frontend/js/nfsen-ng.js#L696

That's true and why I'm opening this issue as well. In this case though, the original repo hasn't received any changes since 9 years. So it just is not according...

This might not be needed, because: If you have your 24 hour window, and see an interesting spike in the graph, you can zoom in on it in the graph...

what would be your preference: to take the timezone from the server or to specify it in the config? or both?

Sounds to me like nfcapd configuration; nfsen-ng doesn't configure and start nfcapd... would be a nice feature though.