timecraft icon indicating copy to clipboard operation
timecraft copied to clipboard

The WebAssembly Time Machine

Results 20 timecraft issues
Sort by recently updated
recently updated
newest added

Closes #150 **NOTE** There is no actionable insight provided on the issue. I believe I have no business implementing this (Probably someone is already working on this internally). I got...

We should provide a gdb/delve type experience for debugging historical executions.

enhancement

https://github.com/stealthrocket/timecraft/actions/runs/5817106556/job/15771258631 ``` --- FAIL: TestConn (61.40s) --- FAIL: TestConn/unix.sock (60.38s) --- FAIL: TestConn/unix.sock/ConcurrentMethods (60.05s) conntest.go:57: test timed out; terminating pipe conntest.go:[39](https://github.com/stealthrocket/timecraft/actions/runs/5817106556/job/15771258631#step:8:40)1: unexpected Read error: read unix @->/tmp/TestConnunix.sock148[40](https://github.com/stealthrocket/timecraft/actions/runs/5817106556/job/15771258631#step:8:41)90768/011/unix.sock: use of closed...

bug
help wanted

Timecraft commands read directly from the registry referenced in the configuration file; the time machine records are not flushed immediately after they are produced, which prevents inspecting the state of...

enhancement

When timecraft is executing multiple processes, it can be challenging to make sense of the interleaved output of the processes spawned to handle task execution. To help differentiate the output...

enhancement

During the early development of the project, we chose to automatically inherit the environment of the host in guest processes to simplify configuration and have a default that would serve...

question

The WebSocket protocol is implemented by upgrading a connection serving HTTP requests to a bi-directional stream where WebSocket messages are exchanged.

enhancement

The HTTP protocol has a mechanism for a client to ask a server whether it is willing to accept the request body: - first the client sends the request header...

enhancement

Our implementation of message tracing for HTTP currently breaks when the request or response does not contain a `Content-Length` header, but boundaries of messages in HTTP/1.1 may be defined by...

enhancement