Samuel Ytterbrink
Samuel Ytterbrink
I using a lib node-soap that triggers the assertion in `response.end` that asserts that end havent bean called before. It works good outside of testing so it seams to be...
When running phpunit with `--testdox` then it is posible to get a output which mixes speedtraps output with the dox. ``` Name/Space/Here You should really fix these slow tests (>500ms)......
running `perceval git ` gives this error on windows. ``` [...] File "C:\\site-packages\perceval\backends\core\git.py", line 1204, in _exec raise RepositoryError(cause=cause) perceval.errors.RepositoryError: git command - Cloning into bare repository .. error: cannot...
First attempt: ``` $ make bash: make: command not found ``` Not supprised with this i dug into the Makefile and found that i needed stack and that the makefile...
Many game objects like `Image` allows `setInteractive` to take a draggable argument in its config. Meshes, and Planes, don't. This leads to less portable code when moving from one game...
## Summary The hypothesis is that the feature of having whole expressions in backticks are not used that often. And that it overcomplicates the parser. ## Motivation The feature was...
```purescript module Test.Main where import Prelude import Effect (Effect) import Effect.Aff (launchAff_) import Test.Spec.Runner (runSpec) import Test.Spec.Reporter.TeamCity (teamcityReporter) import Test.Spec (describe, it) import Test.Spec.Assertions (shouldEqual) import Test.Spec.Reporter.Spec (specReporter) type Puzzle...
in the docs for verify the type for the first argument is `Phockito_Mock`: ``` /** * Verify builder. Takes a mock instance and an optional number of times to verify...
when running a verify this error crashes all tests. Our project don't use Hamcrest so it must be something from with in this project that is configured wrong.