Kyle Mott
Kyle Mott
FWIW, I can reproduce this every time in my environment. As a point of interest, I created the VM using `tf apply`, then re-ran `tf apply`, and encountered the error...
> try [URL Encoding](https://www.w3schools.com/tags/ref_urlencode.ASP) for metaurl Hi @zxh326 , are you saying the `security.EscapeBashStr` call should use URL Encoding for `metaurl`? Or that I should pre-escape my `metaurl` in my...
> pre-escape `metaurl` in secret spec > > if `metaurl` has special character password need to be replaced by url encoding, such as `|` needs to be replaced with `%7C`...
> could you try changing `insecure-skip-verify=1&server-name` to`insecure-skip-verify=1%26server-name`? Okay, I gave that a try, and while it doesn't seem to error out on the formatting of `metaurl`, it does not succeed...
> can you check `*.kitchen.example.org` is reachable in the container? Yes, this is accessible from the container (I have a custom juicefs-csi-driver image I run that bypasses the escaping, and...
FWIW, I switched to `tikv` metadata engine, and it shows the same behaviour (I am specifying TLS connection properties, so I need a valid '&' that is not encoded). When...
I believe this can be controlled by the `php.ini` option `opcache.memory_consumption` ?
@cs8425 your fixes look pretty interesting, I plan on taking a look at your branch in early October, and will let you know if I find anything with my testing.
Long-time `go-pg` user here--I ran into this same issue as well, only way around it was to walk my list of results, and make a modification before returning the slice...
I ran into this today, latest version. Testing on my local mcp-go server: ``` npm view @modelcontextprotocol/inspector version 0.16.8 npx @modelcontextprotocol/inspector --cli http://localhost:8080/mcp --transport http --method tools/list --header "X-API-Key: "...