Mitch

Results 15 comments of Mitch

> service discovery registration [I'm actually registering a discord command](https://github.com/ecumene/discord_spin/blob/fd3f5c18c734a704ce1473c8f89f9551542056ca/src/lib.rs#L172). Right now, it does it on the event that's meant for ping (😬) > Depending on exactly what you need,...

Would the lockfile map the downloaded modules to their place on disk too?

> For 1, do we need to consider any authentication mechanisms when performing HTTP requests, or are we ok with public sources for now? Like HTTP basic auth? Or something...

I was wondering where the original issue for buds support went, but here it is! I'm interested in adding original buds support, and you mentioned how to do it in...

I admit this is messy. Instead of using `serve` I used `vite preview`. I also added `concurrently` to run these two commands that the same time. **package.json** ```json "scripts": {...