Kyle Lemons
Kyle Lemons
#### If this is a feature request describe it here Settings for Cura can be imported by adding a special G-Code template. IdeaMaker also has the ability to insert settings...
I'm working on a codegen to build .s files (because they compile _much_ faster and can have section names embedded) out of static assets for GBA ROMs, and this change...
I recommend adding a go1 branch for the go tool to check out (e.g. not a tag). As long as no changes are made to that branch, it's pretty straightforward...
**Is your feature request related to a problem? Please describe.** The `worker.WorkflowReplayer` [interface](https://pkg.go.dev/go.temporal.io/sdk/worker#WorkflowReplayer) does not have the `GetWorkflowResult` method on it, even though [the underlying WorkflowReplayer struct does](https://pkg.go.dev/go.temporal.io/[email protected]/internal#WorkflowReplayer.GetWorkflowResult). I am...