Michael Bryan

Results 213 issues of Michael Bryan

While implementing #345 we added a fairly benign test to make sure the right error message is emitted when making sure our pipeline is a DAG and has no loops....

category - bug
effort - hard
area - runefile

Something @Ge-te pointed out is it'd be really nice if capabilities had a `description` field. That way you can give a better explanation of what is expected from a particular...

good first issue
category - intuitiveness
effort - easy
area - runefile

It'd be nice if each Rune had a `description` field at the top level so people know what it is for. ```yaml version: 1 description: | A rune which copies...

good first issue
category - intuitiveness
effort - easy
area - runefile

Quoting directly from https://github.com/hotg-ai/rune/issues/242#issuecomment-906305787 --- At the moment all data lives inside WebAssembly linear memory and the only copies that happen are when we do inference. I think we should...

category - performance
area - runtime

This was the thing that originally prompted #242. Users should be able to pass `--image-out ./output.png` and have the output tensor (courtesy of #288) written to the corresponding PNG file....

category - enhancement
category - performance
area - runtime

Copied straight from https://github.com/hotg-ai/rune/issues/242#issuecomment-906305787 - essentially #242, but generalised to all outputs. --- My thoughts are that when the Rune requests an output it should provide some sort of specifier/descriptor...

category - enhancement
category - performance
area - codegen
area - runtime

Quoting directly from https://github.com/hotg-ai/rune/issues/242#issuecomment-906305787 --- ## Remove Copies from the Tensor Definition The current definition for a "tensor" inside a Rune contains a reference-counted buffer (on the heap) with methods...

category - performance
area - runtime

At the moment, it's hard to make changes to the Rune-runtime interface because the Rune will fail to load due to obscure errors (e.g. an import function's signature is different...

good first issue
category - intuitiveness
effort - easy
area - runtime

In #273 we added resources to `rune build` and the Rust runtime, but because the web runtime can't be used outside the browser (#270) we didn't detect that the web...

category - bug
category - enhancement
good first issue
effort - easy
area - runtime

Originally mentioned by @f0rodo in https://github.com/hotg-ai/rune/pull/261#issuecomment-903305619, we need to have some simple examples of using the web runtime in a real application. I'm thinking our options are: - Make a...

area - documentation
good first issue
category - intuitiveness
effort - easy