Silas Rech
Silas Rech
https://github.com/avajs/ava/pull/3328
I am not sure why the tests are failing on ubuntu (20/21/22), it looks like they already started doing that on 01ec2804ab9db0ab3ef11e3b5b0c5697d68f8bc5 ([actions/runs/8500.../job/2328...](https://github.com/avajs/ava/actions/runs/8500247296/job/23281894356)). Could anybody give me some guidance on...
@novemberborn I did not see the UI mentioned in your linked help article, but I added you directly to the repositories 👍🏻
I would also like to see this fixed in a way where I can disable legacy output for CSS, since I already use `autoprefixer` which is enough legacy compatibility for...
> @bocom - Would love an option to not have the CSS inlined in the legacy build since I'm integrating it in a backend-based project where I don't have an...
@yariplus I would recommend [API Blueprint](https://apiblueprint.org/), because it renders into Markdown which you can just host on GitHub AFAIK
Adding support for private npm registries would also be crucial for us. Issues are https://github.com/denoland/deno/issues/18616, https://github.com/denoland/deno/issues/20195 and https://github.com/denoland/deno/issues/19900
@mholt it probably won't work, since `{http.request.remote.host}` always changes for each IP in the `/64`, we would have to parse the IP and get the first in the `/64` block...
> I think that the `--filename` is not the good way to manage your use-cases: I would prefer that lego learn to create better certificate filenames by default. True, even...
@znerol's idea with a `--stdout` flag would probably also cover my needs 👍🏻