Carlo Sciolla
Carlo Sciolla
Using a number in the example is misleading since it produces either a string or a long. Better use something that isn't a number to begin with
Currently transactions (either user-specific or system-wide), participants and tags are listed without any pagination, which is not suitable for a production deployment.
Need to make sure that, whenever user supplies any input to the application, no harm can be done on the server (e.g. injection in the Mongo queries)
This change allows to specify a filename as a variable, e.g.: ```shell :test-file = ./test-data.json # Process stuff GET http://localhost:8000/process Content-Type: application/json < :test-file ``` This allows to easily switch...
Taking the discussion from #39, which introduced both a way to store the generated diagrams into files and open a browser to view the graphics. ## Save to a file...
# Summary When no explicit preference is given for `plantuml-exec-mode`, `plantuml-mode` tries first `executable` then `jar`. If both fail, the user is asked whether to use `server` mode against `plantuml-server-url`....
Fixes #53 by allowing a `:person` map to be passed through the Rollbar API call, without breaking any existing API contract
In order to use the person tracking Rollbar feature, a [`person` ](https://explorer.docs.rollbar.com/#operation/create-item) key is sent along with the payload. There's currently a `TODO` on it in the codebase on the...