Results 17 issues of Nick Muller

Currently `DotnetToolDispatcher` is used to re-launch the tool at runtime. Because of this manual relaunching all the magic that dotnet cli does (like taking care of the binding redirects) is...

Thanks for adding osx-arm64 support! I was really stoked to try it out. But unless I'm doing something wrong (which is very possible), I believe the arm64 package has not...

enhancement

Currently the default is to make a slice a random size between 0 and 100 (the upper limit is settable). Are you open for an option to change to lower...

I really like this package, but the build time impact at the moment is simply to high for me to use it. On version `0.2.12-alpha`: Without: ~10 sec With: ~30...

- `@testing-library/dom` version: 7.28.1 - Testing Framework and version: Jest 26.6.0 - DOM Environment: jsdom 16.4.0 (also tested with cypress 6.1.0) - Other: create-react-app with react-scripts 4.0.3 ### Relevant code...

The current sample (Ticketer) generates a jwt token only by username. It would be nice to have a full username/password sample. It would be even better to have a full...

help wanted

I recently ran into the issue described here: https://github.com/gotestyourself/gotestsum/issues/141 Basically, test2json couldn't parse a test result (because I used fmt.Printf() without a linebreak), which caused gotestsum to report the test...

test2json-bug

Docker build fails during Meteor install on Windows with the following output: ``` ... Installing Meteor 1.8.0.2 Downloading Meteor distribution Retrying download in 5 seconds... Retrying download in 5 seconds......

I noticed the product comparison page in your docs ([Forge vs other software](https://forge.sh/docs/intro/forge-vs)), which has been really handy already. I'm pretty new to the k8s ecosystem and its workflows, so...