Ming Di Leom

Results 68 comments of Ming Di Leom

https://cdn.statically.io/img/gitlab.com/f=auto/curben/blog/-/raw/site/20200223/caddy-nixos.png redirects to the original image.

A fix has been created in the upstream (https://github.com/hexojs/hexo/pull/3921) to minimize breaking change. Despite that, I still think this PR is necessary.

matchBase/basename option in micromatch only works with globbing pattern [without slashes](https://github.com/micromatch/micromatch#options) (e.g. `'*.min.js'`), so pattern like `'src/**/*'` would only works when "basename" option is disabled. One way to work around...

I've been using SMP to play opus files. could be due to better support on Android 11. Can you try rename them to .opus?

> If you already know how to do a systemd timer, have you heard about `user` units? You can create the `.timer` and `.service` files in `~/.local/share/systemd/user/` and then start/enable...

@dlueth this repo has been abandoned, can you open a new PR at the maintained fork https://github.com/Alorel/shrink-ray ? you might wanna include this commit https://github.com/expressjs/compression/pull/129 as well.

@scttdavs this repo has been abandoned, can you open a new PR at the maintained fork https://github.com/Alorel/shrink-ray ?

Actually this is also an issue for me. As a workaround, I use a script to inject `minify: false` (to `_config.yml`) before executing `hexo server` and restore when server quits....