Kyle Lemons

Results 7 issues of 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...

enhancement

Write a formal specification of the subset of YAML understood by Gypsy

TODO

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...

enhancement

### Contributing guidelines and issue reporting guide - [x] I've read the [contributing guidelines](https://github.com/moby/buildkit/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree. I've also read the [issue reporting guide](https://github.com/moby/buildkit/blob/master/.github/issue_reporting_guide.md). ### Well-formed report checklist - [x]...

status/needs-more-info
status/triage

## Example code: ```go suite := testsuite.WorkflowTestSuite{} act := suite.NewTestActivityEnvironment() // This used to work: var reg worker.ActivityRegistry = act // Now it gets: // Cannot use act (type *TestActivityEnvironment)...

enhancement