Michael Nutt
Michael Nutt
Whenever I try to run a search from my iOS device, I see the following in the logs: ``` 28/02/2016 14:43:44 [15076] [DEBUG] [michael@example] ZPush::HierarchyCommand(16): false 28/02/2016 14:43:44 [15076] [DEBUG]...
I'm running into an issue when using the `Destination` header to move a file. I might send something like this in the request header: ``` Destination: http://ui-dedd82ceddacee6aafced10c1fbe0c7b.local.sandstorm.io:6090/dav/asdfafsd/shuttle.jpg ``` However, when...
Running `kill -INT $PID` on the vagrant-spk process's pid results in vagrant-spk stopping, but vagrant, ruby, and ssh continue running. Ideally a SIGINT on vagrant-spk would terminate the entire chain...
With #33 adding `StringKey()` for sharding, would it make sense to have a way to use the value of `StringKey()` for cache key comparison? I was attempting to use a...
## What does this PR do? This exposes a new `getAllElements()` function from the copilot provider. This allows an inspection tool to see the entire context (what has been stored...
### ♻️ Reproduction Steps 1. Go to https://examples-coagents-ai-travel-app.vercel.app/ 2. Type more than fits on one line. 3. The textarea does not automatically resize to fit the content like it does...
Building vmods on native macos (darwin, aarch64) works fine, with a few caveats: * `crate-type = ["cdylib"]` produces a `.dylib` on macos, which just needs to be renamed to `.so`...
I'm not sure why I didn't add Bitmap when originally opening the VSC pull request, but here it is. I am defaulting `#[bitmap]` type to use `bitmap` format; if that's...