Results 14 comments of Lucas Savva

Hey @catern I saw NixOS/nixpkgs#138478 but not this ticket, and I figured I would follow up. If you are using PowerDNS you should be able to configure Lego to use...

Hey @catern I took that as some feedback and I have updated the NixOS docs in NixOS/nixpkgs#147784 . The DNS-01 section now includes an example service which will generate the...

Hi! I have found a way to reproduce this error. I have detailed the [instructions here](https://github.com/NixOS/nixpkgs/issues/101445#issuecomment-758165083), in the context of NixOS, however the same instructions still apply running lego on...

I'd like to second this - in NixOS' ACME module it was recently reported (NixOS/nixpkgs#147540) that removing a domain does not work as expected, for this reason. I would also...

Hey, would just like to bump this as Google is leading me here in my searches. I have git-bash installed too (Not in WSL, just on Windows itself) which ships...

Another simple solution I found is to add a custom terminal profile. Here's an example you can drop into your code-workspace config: ```json { "settings": { "terminal.integrated.profiles.linux": { "Nix Shell":...

After doing more than a half effort read of the documentation... :sweat: `key : foreignKey in current model's table that references associated model's primary key. Defaults to : "{tableName}Id".` Now...

I'm actually not too sure. I put a little `console.log` in the callback functions (success & error) and _both_ are triggered. In the case of the error callback however the...

Yeah I did in my test.... [Here's the new code](http://pastebin.com/VhqYa1GW) That shouldn't work at all. It should fail because I have unique columns set up that would mean the same...

I just compiled with inline and external source maps to check the file paths. In both cases they are correct - however I discovered that only inline source maps are...