Jacob Kopczynski

Results 15 issues of Jacob Kopczynski

This is a great extension, but has some annoying qualities. A case I see a lot of is: - CL has several people, including me, assigned as Reviewers - one...

I've got a database with Games, Ratings, and Users, and naturally the Ratings validate that both their User and their Game exist. By default, the seed dump breaks this by...

As best as I can determine, only absolute paths (not even permitting `~`) work for the `-f`/`--file` option, which is not mentioned either in the documentation or in the output...

In ./INSTALL.md, it says: > If you want goenv to manage GOPATH and GOROOT (recommended), add GOPATH and GOROOT to your shell after eval "$(goenv init -)". ``` $ echo...

Looking at [Configuring a peer to process external chaincode](https://hyperledger-fabric.readthedocs.io/en/release-2.2/cc_service.html#modify-the-peer-core-yaml-to-include-the-externalbuilder) and [Writing chaincode to run as an external service](https://hyperledger-fabric.readthedocs.io/en/release-2.2/cc_service.html#go), it looks like it should be possible for a chaincode to be...

#### Type of change - Documentation update #### Description The `-d` flag is used by default in test/demo materials such as hyperledger/fabric-samples, so having the the flag be hidden from...

Use case where this came up: I have a process which has mainly synchronous tasks but some asynchronous ones which outlive the parent task. I would like a large, clear...

It's not obvious how this works from the name and similar functions. Both in why you might pass an empty object (which is common, to change the type being parsed...

The naive string representation of an object is not always a helpful descriptive label for it when it appears in a failed assertion or requirement, and trailing messages (usually `msgAndArgs`)...

wontfix
pkg-assert
question