Renato Oliveira
Renato Oliveira
Faced some issues with the API whilst trying this script, so I'm adding more details (especially regarding on how to set up permissions for the app).
This PR aims to fix what is described on issue #18. Checks both parameters for null values and, if one of them is null, then return an integer based on...
The amount of failed/passed tests should be shown after the name of the tests, so the developer doesn't need to scroll up to see the result.
I copied the example to a local html file, and then accessed it both directly and through http-server. In both cases, what I get is the presentation of the button...
* Adds prettier to the project in this folder. * Adds logging level to debug statements. * Adds a 'ok' and 'message' field to the response so that the failure...
I'm exposing the BusinessHours class' methods for the flow with these five actions. Still have to work a bit on their tests, but the usage of the class is quite...
Sometimes we want to parse information that contains commas inside the cell, so we can't split that information into two or more cells. Instead, we filter those splitted erroneously and...
This error occurs when trying to the bulk API to insert records on a Visualforce page that has no header or sidebar enabled, passing the user's Session Id as the...
Use Django's user model to register users. Admin and mod users can see all notes and delete them as necessary. Todos: - User sign-up/login - Moderation interface
Someday I'll make this thing autodeploy. I'm getting tired of having to search for the exact ssh command to use my private key to log into the DigitalOcean droplet and...