spags
spags
> If the formating is different than expected: > - make sure you are comparing with the same Eclipse version > - provide a code example (both from Eclipse and...
The supplier will only be invoked if the log line's level is met. Otherwise we avoid string creation. This is to optimize applications that may want to minimize extra string...
Hi. I can't tell if I'm doing something wrong with my configuration, as Gofish seems to make a lot of extra calls when I expect things to be lazily evaluated....
Calling my Service FOOBar will generate temporal code that looks for FoobarActivities and not FOOBarActivities ``` syntax = "proto3"; package common.activities; import "google/protobuf/duration.proto"; import "temporal/v1/temporal.proto"; option go_package = "gitlab.com/crusoeenergy/devx/pangaea/common/activities/proto"; //...
Is there a reason you don't have an interface around `common.Entity`? I have a tree traversal around gofish types, and it would be convenient if there were an interface to...
## Description Add a spy construct to testify. Spy Definition from Java https://www.baeldung.com/mockito-spy > When Mockito creates a mock, it does so from the Class of a Type, not from...
This is a significant redesign to solve issues #56 and #49. There are three flavors of test run, literal, func, builder. We treat them as generically as possible to walk...