Alex Vidal

Results 21 comments of Alex Vidal

It's the address of an existing http server that will receive requests from your wasm code. Good call-out though. This is mostly focused on library usage and the binary is...

Note that the end of the README has a "full" example, including running a python3 server as your backend. But I should probably pull that to the top.

Do you mean running clint-powered applications from inside of a bpython shell? If so, bpython also barfs on L31 of `clint/textui/cols.py`: `fd_stdout = sys.stdout.fileno()` I'm not entirely sure of the...

re: progress support Ah, I was looking for an implementation of that but couldn't quite find it. But now that I'm looking it's pretty obvious. I think I must have...

> A clean example of what I mean would be how the server can actually be bundled in and started [from the desktop app](https://github.com/stumpapp/stump/blob/main/apps/desktop/src-tauri/src/main.rs#L24-L40). Ah, right. My question wasn't really...

Agreed. I think it makes sense to adjust the docs so that customization namespaces reflect an organization identifier, similar to how the devcontainer/images repo labels images using the namespace `dev.containers.*`....

Is there still an appetite for this? In our SDK/CLI I'm tempted to implement something similar to help wrangle types (ours is written in Go, so I unfortunately can't leverage...

Another couple of questions, since this is still in review: this proposal adds an `$origin` for lifecycle commands when they are merged, as well as `$entrypoints` to collect entrypoints from...

After typing this up on the community Slack channel I think I rubber ducked myself into a little more clarity as to the intention and possible fixes, which I'll repost...

erm, I somehow completely glossed over the "Image Metadata" section immediately preceding the merge logic table. I've read it before, but I think I was confused by the "Feature metadata"...