Edwin

Results 67 comments of Edwin

I have tested this PR against a Digital Ocean managed PostgreSQL 15 instance, no issues as far as i can tell.

On boot, is autoplank even running? Can you check in a terminal with `ps aux | grep autoplank`? Also, did you read about the elementary specific actions in the readme?...

You can disable this feature in the VS Code settings panel either in workspace settings of user settings. Disabling it in the workspace settings (`.vscode/settings.json`) will only disable it for...

There is no such feature at the moment. Is the same thing as in #25? Since I've gotten this request twice now so I should probably look into this.

With the latest update you can use `@import` in css to combine files. Nothing yet for JavaScript.

A few things that need fixing: * Update libraries, new JS features are currently not supported. * Fix the tests. * Implement/fix issues

This is something I eventually want to add. Can't say when, sorry. Sorry for the late reply.

@AndreyChursin Isn't that correct? The map file is in the same directory as the output file and has a relative path. An absolute path would not work here since your...

The out file should be named whatever.min.css if the original filename is whatever.css. whatever-min.css should never happen. Edit: Can you post the output of `Minify: Export Configuration`?

If you're using something like tracing with tracing_subscriber, you can filter the output. https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/struct.EnvFilter.html These messages should be logged at a debug level, not info IMO.