Nikos Baxevanis

Results 273 comments of Nikos Baxevanis
trafficstars

👍 [Clarinet tests are essentially Deno tests](https://blog.nikosbaxevanis.com/2022/03/05/clarity-property-based-testing-primer/#summary). Perhaps that's also how deno test works? (I'm not in front of my laptop to verify this theory, just a thought.)

Can you run Git Bash manually1 and change the active codepage to [UTF-8](https://docs.microsoft.com/en-us/windows/win32/intl/code-page-identifiers)? --- 1By manually, I mean: 1. Execute `cmd.exe` via C:\Windows\system32\cmd.exe 2. Execute `C:\\git-cmd.exe --no-cd --command=usr/bin/bash.exe -l -i`...

Is the clarinet deno embed/integration documented? Perhaps I could look into any existing docs and throw some ideas.

Yep, [let's document some of this](https://calendly.com/moodmosaic/30min) so that it's available for anyone else that might want to dive in.

@hstove, if you're interested in the BDD-style hooks mentioned on that Deno link, perhaps you'll find the work from @LNow and myself in [this](https://github.com/LNow/testing-example) repo interesting.

This is a great idea. 👍 Perhaps a README (re)structure like this can help: 1. Organization ([example](https://github.com/ma-shamshiri/Human-Activity-Recognition#-book-table-of-contents)) 2. Aim/Purpose ([example](https://github.com/aimeos/aimeos-typo3#readme)) 3. Visuals ([example](https://github.com/anfederico/Clairvoyant#readme)) 4. Instructions ([example](https://github.com/alichtman/shallow-backup#readme)) (From my [notes](https://github.com/moodmosaic/bookmarks/commit/07b3d08ce42129409a1e9b2f913a434bcecc18a2#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R1789-R1790), with...

I just created a new VM with no docker installed, and clarinet compiled from source (`feat/dap` branch). Here's what I get: ``` $ clarinet integrate Unable to start Devnet: make...

Oh, you mean to check whether docker daemon is running as a non-root user. My bad.

### Observing Test Case Distribution It is important to be aware of the distribution of test cases: if the test data is not well distributed then conclusions drawn from the...