ElJeffe
ElJeffe
Yeah, it's a suffix for Master of Arts. You could remove it from the suffixArray.
A check could be added that if the last name is empty but a suffix is found, maybe ignore the suffix assignment. Also could check to see if it's mixed...
I ended up splitting the salutations (Mr, Mrs, Miss, etc) from prefixes (Titles). My app is in genealogy, so I had a lot of prefixes, which we enter as titles....
@kalvish21 Here is fork I modified for genealogical purposes, which includes middle name. In my case, it would have parsed the first name as "Juan Quincy" and the middle name...
I think a possible fix might be to set the CSS for the required. It works, but I'm just not sure if that affects the parent in any way or...
I'm also having this issue. MISP diagnostics says all is well with the modules. I've updated to the latest git code.
I was able to access it by using `curl -s http://:6666/modules | jq .` My browsers don't like port 6666. Chrome says "ERR_UNSAFE_PORT". Safari says "Not allowed to use restricted...
Looks like you run it by using `electron .`
The links don't work any more.. just wondering if they made it into the build and wondering when there was going to be a release. The last one in the...
I think this might describe what I'm seeing https://github.com/wtforms/flask-wtf/issues/424. Sometimes the session has an empty csrf_token.