Joshua Gilman
Joshua Gilman
When downloading the latest (0.5.2) binary for MacOS x64 and running the binary with no arguments gives the following error: ``` panic: runtime error: slice bounds out of range [2:1]...
I'm trying to solve the same problem being solved here, except in a Docker container (for dev container support). I've been trying to get VSCode to work with the [official...
Example: ```rust use serde::Serialize; use serde_with::skip_serializing_none; #[skip_serializing_none] #[derive(Serialize)] struct Person
Deploying with the standard configuration and all recommended settings (no windows update) is failing with the following error: ``` { "status": "Failed", "error": { "code": "ResourceDeploymentFailure", "message": "The resource operation...
With the top-level `policies` being a list, is it expected that one may introduce multiple variants of the "commit" or "license" policies? This seems like undefined behavior since there's nothing...
**Describe the problem** If the user has a git configuration with `gpg-sign` enabled, several tests will fail with: ``` error: gpg failed to sign the data ``` **Template** N/A **To...
**Describe the bug** Running `cog commit` with pre-commits installed and managed by [pre-commit](https://pre-commit.com/) is producing unexpected results. **To Reproduce** Reproducing this is a bit challenging because I'm using Nix to...
I apologize for straying away from the template, but I think doing so makes this proposal a bit easier to read. I've been working on [Nixago](https://github.com/nix-community/nixago) for the past couple...
The documentation gives steps for deploying Raneto to Heroku, but doesn't cover potential self-hosting solutions. Since Raneto relies on local markup files for generating the knowledge base it doesn't seem...
## Description Flatcar is not properly finding the Ignition config file being passed by QEMU through the `fw_cfg` option. ## Impact Unable to provision a QEMU VM using Ignition configuration...