Stephen A. Imhoff
Stephen A. Imhoff
Ubuntu 24.04.01, Docker Version 27.2.1 ```shell docker run --rm -it mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest ``` ```shell This is an evaluation version. There are [31] days left in the evaluation period. Starting This program...
Note that at least some dependency managers are cmake-based themselves, which may cause some issues: vcpkg hooks `add_library`, which causes the panda build to fail due to the resulting competing...
... okay, I'll bite. Why a _lossless_ format? If a `.bam` is being created, the asset is being baked for distribution, and in most cases an appropriate GPU-preferred (lossy) compression...
> setting a flag on the texture Yes, I would be fine with that - I'm already setting the compression format tag on my textures, I just need them to...
I would potentially like this too, and async would be fine with me _so long as_ there's a way to tell which CPU-side frame the data is from (I need...
Or even different "local" scopes - I run multiple WSL distros on my machine: I use Podman on my personal distro, and Docker on a work-related one.
Note that this also affects new-container experience (via `Dev Containers: New Dev Container...`), so bootstrapping containers on podman desktop can be... difficult.
I think "package" is probably better understood in the Linux sense - it's a contained distribution of _something_ (source, binary, data). These are often libraries, but do include applications. That's...
With the following workflow: ```yaml name: Version Bump concurrency: group: bump on: push: jobs: bump: runs-on: ubuntu-latest env: CHANGELOG_INCREMENT_FILENAME: ${{ github.workspace }}/INCREMENT.md steps: - name: Checkout code uses: actions/checkout@v4 with:...
As a side note from this - is it possible to get geometry data back from the GPU onto the CPU at all currently? I'd like to be able to...