Issac Trotts

Results 24 issues of Issac Trotts

Here is an example of output when a test fails: ... Shrinking .(1 time(s)) [{set,{var,1},{call,kv_store,put,[c,'3']}},{set,{var,2},{call,kv_store,erase,[c]}},{set,{var,3},{call,kv_store,put,[c,'3']}}] History: [{[],''},{[{c,'3'}],'3'},{[],'3'}] State: [] Res: {postcondition,false} The call sequence could be more readably printed by...

When a postcondition fails, PropEr should say which one failed. Instead it just says that some postcondition failed, so it's necessary to hunt around for which one. For example: Shrinking...

Without this I got a missing driver error.

I found this URL in the README.

bug

I'm working through the Evening with Chicago Boss tutorial https://github.com/ChicagoBoss/ChicagoBoss/wiki/An-Evening-With-Chicago-Boss When I visit http://localhost:8001/admin/model/voter, as the tutorial suggests, this error shows up in the browser: An unhandled and unrecoverable error...

All of the demos fail on my laptop, probably for the same reason. Here's the error that comes up in the console: WebSocket connection to 'ws://localhost:1456/websocket/clock1' failed: Error during WebSocket...

**Describe the bug** The React/Vite demo was working until I changed it to take a .mov file and scale it down to 480p. Then it failed to do the transcoding....

Currently if I put // +gen slice type Example struct {} gen doesn't put any methods in the file. It would be helpful if gen would generate all methods compatible...

This implements the idea described at https://github.com/clipperhouse/typewriter/issues/14.