John Yani
John Yani
See also https://github.com/facebook/jest/issues/4607
Jest 22 has added testPath to test case: https://github.com/facebook/jest/pull/4594 Would you consider adding that to the topLevel `suite` in `modifyReportFileName`?
Looks like it's coming from this line: ``` run: model ``` But where do I get the `model` processor?
There's no model.py anymore it's got deleted. The other error is the following: ``` downloader: jsontableschema.exceptions.InvalidCastError: Row length (9) doesn't match fields count (3) ``` There are 9 fields here:...
Well, `dpp serve ./pipeline-spec.yaml` didn't work either ``` Usage: dpp serve [OPTIONS] Error: Got unexpected extra argument (./pipeline-spec.yaml) ```
I expected that `dpp run` would require yaml file, but it looks like yaml filename is hardcoded? Or maybe it just scans all the files? This is confusing. If the...
Second try: 1. Specify url and 9 fields 2 Pass these parameters to downloader Expected: Downloader matches field names to csv column names Actual: Matching doesn't happen, fields must be...
I figured it out. Jasmine uses Rakefile. So it's basically, ``` git clone https://github.com/pivotal/jasmine.git bundle install bundle exec thor jasmine_dev:build_distribution ```
Looks like the culprit is here: https://github.com/FreeCAD/FreeCAD/issues/7395#issuecomment-1227220095 So MKS is not meters but "meters or millimeters" depending on the value. To get centimeters there's the "Building Euro" unit system.
What's the benefit of a volume based approach? Is it because you need a hard-coded location? What's the benefit of socat? It's still using sshd, right? Isn't that just increasing...