Marcos Stefani Rosa

Results 10 issues of Marcos Stefani Rosa

I'm calling in the Playground with the authorization header but it is not being considered when calling the /querys configured in the datasourceWatcher

internally-reviewed

Examples: ``` # properties/application.yaml version: 1.0 url: "pyyaml.test.com" ``` ``` # properties/application-dev.yaml integration: python: url: "http://teste" port: 8080 version: 2.0 ``` >>> yaml.property('version') ... output: 1.0 ... found: properties/application.yaml >>>...

Icons: - icon-wifi - icon-circle-check

Split the received text into blocks transforming them into Tag objects

This class will be in charge of handling the content received in the Tag class. It should be used within the Tag class to treat the content value.

Implement variables usage in the for loop

Hacktoberfest

Implement the use of the following items based on variables that we have in Python passed as parameter. Are they: - `checklists` based on `list` ``` # item = ['one',...

Hacktoberfest

Accept any list as variable: { "var1": [], "example": { "var2": [] } } var1 and var2 can be used in template.

Hacktoberfest

Implement the use of the following items based on variables that we have in Python passed as parameter. Are they: - `tables` based on `lists` ``` # call: list([tr list],...

Hacktoberfest

Implement the use of the following items based on variables that we have in Python passed as parameter. Are they: - `lists` based on `array[]` ``` # var = ['one',...

Hacktoberfest