-
```
Currently generating a generic class requires a warning suppression and a cast:
@SuppressWarnings("unchecked")
List list = (List)mock(List.class);
Given that I use a lot of generics, I d…
-
Hei guys,
I have been trying to mock S3.listObjectsV2().eachPage() without success so far. Do you have any examples for that, or is it even possible?
Thank you
Cheers
Noah
-
Splitting off from #422, we'll want to implement some automated testing. @batpad recommends https://github.com/cypress-io/cypress
Example: https://github.com/IFRCGo/go-infrastructure/tree/develop/e…
-
-
Curently we are using a struct `KnParams` as the _context_ that we pass down into specific commands so that they can access the various services:
```golang
type KnParams struct {
Output …
rhuss updated
3 years ago
-
Rule finding: https://semgrep.dev/r?q=problem-based-packs.insecure-transport.js-node.using-http-server.using-http-server
Code link: https://github.com/lucky-org/website-backend/blob/c71fccf73e40927…
-
**Description**
*Create and add mock-ups for advanced search features.*
**Subtasks**
- [x] Create mock up
**Deliverables**
*Mock Up Document*
**Dependencies**
*None.*
*Environment*
*[If this task …
-
The context column only shown `` on all of my pages.
I'm using Blueprints, can this cause issues ?
Versions used (not only but related to debugtoolbar):
```
Flask==0.10.1
Flask-SQLAlchemy==2.1
Flask-…
-
Previous deployment was #4082 (fa3d19e6)
Changelist fa3d19e6...72e94591
Changes:
72e94591 Bump cloud.google.com/go/secretmanager from 1.14.1 to 1.14.2 (#4093)
eb3e04b8 Bump @babel/plugin-syntax-impo…
-
# Overview
When creating a new blueprint template from the CLI. If you run `git add .` it immediately commits all the files within the submodules. The submodules are thus not being committed as submo…