bion howard

Results 184 comments of bion howard

Thank you @tomvdw i will check that out! Just eyeballing it, one way to make grain more accessible would be to add usage examples to the readme so folks who...

@mathieuboudreau links down !

btw this is doable, just stringify the state and make the text of the thebelab cell a variable and update it with the stringified state

I would love to use Pulumi to manage Schema diffing / migrations If the Pulumi user could define SQL schema in nodejs in a declarative way it would be hugely...

how can we test this?

this fix would be great!

just wanted to get it to work on the FHIR schema https://www.hl7.org/fhir/fhir.schema.json.zip

noticed while testing the mnist example, i can't seem to get wgpu backend to even use the gpu at all: ![image](https://github.com/tracel-ai/burn/assets/24532336/5d893109-3eaf-486d-9ee2-af3fc7986936) ran this test 3x, and there seems to only...

example of the problem: ```rs match sink.send(output).await { Err(e) => Err(anyhow!("unprintable error from the outpipe sink {e:#?}")), ``` you'd need to repeatedly qualify your functions only work ```rs where ::Error:...