Huan Li

Results 1073 comments of Huan Li

Hi! I'm a TypeScript fan and recently I'm falling in love with vorpal too. This PR seems a good start of upgrading vorpal to be easy to maintain and use,...

@sweethuman Thank you very much for telling me that our community has a TypeScript-ed version of the Vorpal, it looks great! However, I can not find the NPM module for...

@hongaar Your project looks great, a very nice typing system with a clearer code base!

I love this idea because recently I'm trying to integrate the Vorpal with the Chatbot environment, which we need to capture all outputs from all commands.

I ran into this issue too, but unfortunately, the PR has been closed instead of being merged. Would love to see it to be merged...

I run into this issue today and make me struggle a while. I hope this great alpine auto proxy docker image can upgrade to support ACMEv2 soon!

Hello @nickwest , thank you very much for your improvement of the better compatible with CA settings! I'd like to merge this PR after it gets at least one approval...

I believe this can be easily achieved by remapping the port by the `docker run` command? ```sh docker run -e SMF_CONFIG -p 25:110 zixia/simple-mail-forwarder ```

@ibnYusrat I have not confirmed by myself, but I guess it should work, except that the port should be switched: ```sh docker run -e SMF_CONFIG -p 0.0.0.0:110:25 zixia/simple-mail-forwarder ``` See:...

Hello @cenk1cenk2 , Glad to hear from you and get to know that SMF helped you! I understand that the file logs are important in some cases, so I'd like...