Morris Brodersen
Morris Brodersen
This line https://github.com/apigee-127/volos/blob/master/analytics/apigee/lib/apigeeanalytics.js#L133 suggests that "developer_app" is taken from "req.token.application_name". In our setup (4.16.05.00 on-premise), "application_name" is not defined for valid tokens, so "Developer App" is always (not set). Should...
When (re-)loading the app, past items that were not marked "done" should automatically move to today so they don't get lost. This should be solvable by - implementing the transition...
The pipeline currently only runs on pushing to `main`. It would be great if checks (but not the deployment) are also executed on PRs :)
During the initial study, not much was invested into accessibility concerns. I believe for a more complete result, accessibility should be taken into account. Looking for feedback and ideas how...
Looking at https://github.com/mscdex/node-ftp/blob/master/lib/connection.js#L435 it looks like the callback of LIST could be called without error and without a file list, namely if there's an ABOR command queued. What's the semantic...
Add more examples (insert, update, delete, filter, etc.) to README
Currently, Dop uses associative arrays for input/output. Maybe it would be good to support objects, too.
Sometimes it would be beneficial to generate test cases dynamically. Consider for example zip code ranges or numbers 1 to 100. Need to r&d an API to simplify that.
Parameters on path-level (and possibly other levels, need to check this) are ignored, e.g. ``` paths: /test parameters: ... # ignored get: parameters: ... # work ``` This seems to...