J Levitt
J Levitt
**Describe the bug** This is an obvious documentation bug. There is almost zero documentation on the included TOML support **To Reproduce** TOML file: [STUFF] mydata = "somestuff" [MORESTUFF] mydata2 =...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
I'd like to implement a feature where the user must change their password when they first login. To do that, it appears that I need to change a method that...
I used the Java 6/7 Java.net lib, instead of Play's async WS library, for the captcha verification call to Google. Everything seems to work fine, but I did this all...
I've created a solution for access logging using Play-Authenticate. Details are in this posting: https://groups.google.com/forum/#!topic/play-framework/e0KCsHUVGOo You should add it to your documentation. So, this is a documentation enhancement request. :-)
Google's latest reCAPTCHA (v2.0 API) is much better than the old version. And, if your site is public, and you allow anyone to signup, then signup spam protection is a...
Just as the subject line says: ``` $ python -bash: python: command not found $ nodeenv env: python: No such file or directory $ ``` Of course, python3 exists. But........
I'm not sure where to ask about this, but I'd like to auto-scroll a text list on a single slide. But I don't see any extensions or features that permit...
The code is simple. What I want to do is have the string '---' appear if fileName is empty and display fileName if fileName contains any content. What happens is...
This might be useful for sites that want to have unauthenticated users doing the resolveCustomer() call. I am successfully generating an AccessKey, SecretKey, and SessionToken associated with a Role that...