Stephen A. Imhoff
Stephen A. Imhoff
@wizofaus - You still shouldn't be doing it with string comparisons, because there are additional transformations that might be made that still result in semantically identical documents. The most likely...
Started hitting this earlier today when my VSCode instance updated to 1.86, although reverting to an earlier version of VSCode/remote extensions did not seem to help. Logs with mirrored networking...
> @Clockwork-Muse @fightingsleep The following works for me: > > ```json > { > "image": "mcr.microsoft.com/devcontainers/base:jammy", > "containerEnv": { > "LOCAL_PATH": "${localEnv:PATH}" > } > } > ``` > >...
It is _now_, sure (and the relevant socket mapped too). It was not at the time of writing. This feature was intended to be more generally useful.
The short answer is that they're trying to remove the need for (at minimum) the various Dockerfiles, since that's an extra maintenance burden for customers that's rarely customized and can...
In order to get this to build or (perhaps more importantly) _run_ on linux the project would have to switch from .NetF to .NetCore (probably .Net 6+). That is a...
@sn4k3 - I'm trying to call `imdecode`, and I _start_ with a `Span`, not need one as the result of a call (at the moment).
> But if you have a span you should also have the array and passing it without the need of copy your span to a new buffer? That might not...
Unfortunately I'm on Azure devops, so the action isn't available to me. I've already written equivalent code there, I was just hoping to be able to package it up to...
Ah, no. Other actions can be things like triggering docker build/tag, publish of a package, etc. I'm doing all of these things, and while it's possible to do them all...