Jonathan Pyle

Results 149 comments of Jonathan Pyle

#105 is closed now; tab order is cleaned up and all elements (to my knowledge) can be keyboard driven.

There might be a reference to `risk_level_entrance` elsewhere in your interview. When the interview asks for `risk_level_entrance`, you can click the Source tab and look at "how this question was...

I am closing this issue because there has been no activity, but feel free to reopen if you have further questions.

It looks like the privacy_policy.yml interview has encryption enabled (`multi_user = True` not specified in the YAML). I would guess that there were errors that led to interview answers getting...

The expiration of the CSRF code is a security feature, so I don't want to undermine a security feature. If anything, I think I should be doing more to forcibly...

My understanding is that an exploit might entail obtaining a user's CSRF code and then waiting until the user is no longer active and then using the code to gain...

See https://docassemble.org/docs/fields.html#show%20if and use the `code` variant of `show if` if you want to refer to an already-defined Python variable rather than a field in the front end.

I thought about using that function when I implemented `currency()` but I decided to go with the locale formatter even though it caused a thread safety issue. I don't remember...

Sounds like a task for JavaScript. ``` mandatory: True question: | Tell me stuff fields: - Price: price datatype: currency - Partial Payment: payment datatype: currency - note: | ${...

I'm going back through old issues and I realized I didn't respond to your last point. I think you can get around this by calling `calculate_loan()` when the screen loads....