Adhityaa Chandrasekar

Results 47 comments of Adhityaa Chandrasekar

@haydenflinner take a look at `man -s 2 getdents` to know more. I found this out by running `strace ls` and looking at what exactly retrieves the file list :)

`strace` was the inspiration for `fssb` in the first place :P

Obviously there has to be a review process to prevent spam, right? Does staticman support that?

I just want to add: can the implementation make the password generation method configurable? I wrote a small patch to add [XKCD style passwords](https://xkcd.com/936/) (see [mailing list](https://lists.zx2c4.com/pipermail/password-store/2018-October/003433.html)), and I'd like...

I'm happy with that. As long as something is configurable, it'll be pretty easy for me to maintain a fork with the extra code (which is what I'm doing with...

sure, I can help with this. I'll open a PR to move the scheduler plugins README to this repo first.

@CosminIcatoiu I think you've already solved one or two newcomer issues. So you could maybe move on to a difficulty/low issue? And to answer your questions, I think @bharg is...

@CosminIcatoiu but the other issue is about adding the warning to the pull request template (the placeholder text you see when you create a new pull request).

`unset max_line_length` for example looks a little out of place in a configuration file. Any other options?