Results 36 comments of $nyx

@ziadoz about framework components, why not make a subdirectory of md files, each of them dedicated to a framework and listing components with some infos like the README.md ?

Oh yes, this would be filled with examples, starting with Apple again, with their e-mail suffix stripping. If you have an apple ID with `[email protected]`, and try to create an...

Overall, it may be better to have something like `dumb-validation-rules` instead of mixing usernames in `dumb-password-rules`.

Those are my propositions - [x] Signal messenger - [ ] OVH - [ ] PHPNet - [x] SparkPost

I'm thinking about a module that interacts with redis but natively reads the configuration for the sinx tools, e.g. To auto-handle the user-configured sinx prefix. On Tuesday, 24 December 2019,...

The prefix can be set in the configuration file, which can be found at the paths described [here](https://github.com/Arteneko/sinx/blob/master/README.md#configuration). By default, the prefix is `sinx`. The full key in redis is...

I may look into implementing this, but never really worked with Lua. If I start a poc before you do, I'll submit it for review so you can use it...

I have some issue with directly interacting with Redis, especially in the case in which the sinx instance is remote (I have this case). I'm thinking of two things: -...

Thanks for the info about libraries, I'm still not familiar with the lua tool environment, but trying to learn. As a side-note, using luastatus right now on my work laptop,...

I also have a use case for that, which is to manage a local-domain CA for simplified local-domain certificates generation over a custom interface. The `mkcert` utility already generates CAs,...