Ramiro Batista da Luz

Results 11 issues of Ramiro Batista da Luz

Permite upload de planilhas dos estados para a Covid-19

A valid function in utils would receive a type name parameter and return true if the type is compatible with the name. Example: - other is a batavia.types.Bool: valid('Bool', other)...

Rename the function to isbataviainstance. https://github.com/pybee/batavia/blob/master/batavia/utils.js#L48 Example of use: https://github.com/ramiroluz/batavia/blob/8708f51d7b183d632c5465a26481675d5d52c7a4/batavia/types/Bool.js#L301 I can do that, just let me know if you don't think it is a good idea.

In the solution of the exercise this sentence seems to be incomplete, it should link to another chapter? To use methods like cropText from another view you sue the method...

05 type: question

There is one instruction to copy pypirc_sample to ~/.pypirc but I could not find this file neither on my machine nor in any repository. Looked at: - https://github.com/plone/training - https://github.com/collective/ploneconf.site...

In the documents the path is: ```profiles/default/workflows/talks_workflow.xml``` On my machine (Plone 5.1.4) the path is: ```profiles/default/workflows/talks_workflow/definition.xml``` Which one is correct? What is the best option to fix this?

05 type: question

The code for interfaces.py provided by the docs misses a mr.bob generated Layer that is used by the others mr.bob generated tests. Running the tests gives an error: ``` $...