Results 238 comments of Scott Baker

My code is definitely sub par. This was my proof-of-concept trial. Someone with real Rust experience should tackle this.

I like this idea a lot... Would it also work for: ``` {if $needle in $haystack_array} ```

Good question... I just ran in to this EXACT thing with Ebay. I was planning on just using a new master password for Ebay. But maybe there is a better...

Couldn't you salt the the domain the password was generated for, and use that in localstorage?

Not having `y` and `n` as options is confusing. It would be nice to have both as an option. This gets a +1 from me.

Maybe we could trigger off the `--git` flag as well? That would certainly indicate the user's intention and we could pre-populate that section of the Makefile.

I have zero experience with FreeRTOS but I'd be open to pull requests.

@webstech this looks like a sensible start yes. I like your code style it's easy to read and understand. I'd need a little help (more comments) on exactly what the...

Thanks for the clarification. I have updated my side.

@wisskid I just checked the [docs](https://smarty-php.github.io/smarty/programmers/api-functions.html) and there is no mention of the new method, or the deprecation on the old one. This should probably be remedied so we can...