Brawl

Results 55 comments of Brawl

Same problem with your import: ![img](https://user-images.githubusercontent.com/5049892/129551363-09059bae-c3bb-4fb8-bdb3-9be639157de4.png)

Thanks for the PR. I told Lars that I will look over it. You should add somewhere that only Aroma is supported at the top. I don't think you have...

Looks god, can be merged now!

No segfault, but I'm on Windows. ``` C:\Users\xyz\Downloads\example>npm run build > build > wmr build --prerender Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it...

Can confirm on Node v16.17.0 on Windows 10 x64: ```bash > npm run build > build > wmr build --prerender Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why...

any updates on this? Struggling to get it to work, tried adding `agenix.homeManagerModules.age` in my home-manager config to ìmports` but it keeps erroring out with "infinite recursion encountered" :/

I use flakes with nix-darwin and home-manager as a [nix-darwin module](https://rycee.gitlab.io/home-manager/index.html#sec-flakes-nix-darwin-module). I had some mistake in my (spaghetti) config and now everything works! Here is a minimal flake: ```nix {...

I'm running OpenResty 1.21.4.1 and using lua-resty-auto-ssl without problems. Shame that it seems unsupported though, better to migrate to something else.

>Have you moved on already? Yes, shortly after I posted this I switched to Caddy. I set OpenResty to another port, disabled TLS/moved every site to the HTTP port and...

Recently came across https://github.com/fffonion/lua-resty-acme which is very similar to lua-resty-auto-ssl. Tried it myself and it worked without problems, but I only did test deployments so far (against the Let's Encrypt...