itowlson

Results 479 comments of itowlson

@vdice We've not done MySQL yet but we can close this in favour of a more specific issue if that would be preferable?

> As far as I can tell, we need a dummy top-level src/lib.rs Aha, we can get around this with a virtual workspace https://doc.rust-lang.org/cargo/reference/workspaces.html#virtual-workspace

@rgl Thanks for raising this. To help us address this, could you clarify the problem with having the "extra" templates, e.g. * It's clutter when choosing from the list *...

Ooh, Ansible-based install sounds intriguing! However, I'm afraid your specific requirement still isn't quite clicking for me. It sounds like you hope to use `spin templates list` to identify which...

My comment about 'risky' was that Spin templates don't guarantee the presence of tools. A user might install the Go template but not TinyGo. A user might install the JavaScript...

Your strawman seems like a good starting point. We have to assume that Spin lives in a heterogeneous environment, and that Spin telemetry is going into the same _handwave_ database...

Something that might help with the first half of problem 2 is specific guidelines on the granularity of telemetry. You mention it being nice to know the stack trace: is...

@calebschoepp The plan sounds great - thank you for restating it clearly, it really helps. But I would like to non-blockingly explore some bits from up thread. > At a...

@benwis The `spin-sdk` needs to match the dependencies of `leptos` and `leptos-spin` (because major versions of `spin-sdk` cannot currently exist in a build). I'm not sure when `leptos` switched from...

The copying is needed because we use `preopened_dir` to map a host directory to the guest root directory: hence that host directory needs to be constructed. I vaguely recall hearing...