Jonathan Pyle

Results 149 comments of Jonathan Pyle

I am closing this for now but please reopen if you have any issues. Thanks for the issue - it is good to have this new capability.

This seems to be a limitation of the JQuery Validation Plugin. It automatically process the "accept" attribute and displays an error message if the file doesn't match. It works with...

It looks like they are working on the problem over at jquery-validation: https://github.com/jquery-validation/jquery-validation/issues/2271 In any case, see https://docassemble.org/docs/recipes.html#upload%20validation for an example of validating file uploads on the server. In your...

I am going through old issues to close them out. I have been keeping jquery-validation updated and they closed the issue I linked to above. So I am closing this...

YAML lets you use the `{` and `}` characters to designate an inline dictionary data structure. You just need to be explicit about what you want YAML to interpret as...

I think the best way to do it is: ``` include: - docassemble.base:basic-questions.yml - docassemble.canada:basic-questions.yml ``` The `question` and `code` blocks in the second file would take precedence over the...

I don't know what you're asking for, but I'm not sure I understand what the problem is that you are trying to solve. Is it that people's personal branches are...

As I understand it, a pull request is a GitHub concept, not a `git` concept. It is simply a request for someone to merge branch A of repo B into...

If a contributor is new to git, github, and coding, you can tell them to just do step 1 and then it would be the reviewer's responsibility to create a...

See https://docassemble.org/docs/documents.html#template%20password The code behind this feature uses `qpdf` to do the "decryption." Templates like these are a special case of encrypted templates; the password just happens to be `""`.