Cole Mickens

Results 286 issues of Cole Mickens

### Describe the bug I can't seem to pass a string containing a pound sign ("#") to a nushell script: `cat minimal.nu` ```nu #!/usr/bin/env nu def main [ f: string...

parser

### Question Right now I have to do things like: ``` let foo = "bar" let cond = false; let foo = if cond { "bar2" } else { $foo...

question

### Describe the bug ``` ls | glob '[!.]*' ``` will recursively list files but ignore dot-files/dirs but ``` ▶ watch . -v --glob=[!.]* { |op, path, new_path| $"($op) ($path)...

inconsistent-behavior
file-system

Hi! This is great! How hard would it be to: - have the shortcut focus the embedded search if it's open in the sidebar - auto clear the search box...

To my understanding, the OMNI Ring supports Javacard and seems to have support for ECC. https://store.nfcring.com/products/omni?variant=30878229987373 >The NFC Ring OMNI contains an Infineon SLE78 with Java Card OS and Globalplatform....

The token I have issued should have all necessary permissions, yet I cannot clone one single repository, that is even public. ``` 2021-01-16T08:15:58.211065: Cloning colemickens.github.io repository from https://github.com/colemickens/colemickens.github.io.git to /workdir/repositories/colemickens.github.io/repository...

I have a weird little `packet.sh` with a hand rolled client that I can almost get rid of. One remaining functionality that I use it for is list spot prices...

enhancement

The log below shows: * terraform 1.0.9 * metal-3.2.0 * metal_spot_market_request (loc: sjc1) and then an error message about capacity in "ty11". Am I doing something wrong? ``` + /nix/store/zrbhhj9aw9x945a1c0j9bq4dzg8zz9c0-terraform-1.0.9/bin/terraform...

source/terraform-provider-metal
area/resources/metal

I'm getting: **GET https://api.equinix.com/metal/v1/devices?include=facility: 404 Not found**. ``` Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform...

source/terraform-provider-metal
area/resources/metal

Hi, This is a feature request. With the regular Metal Equinix API, it is possible to directly request a single machine. For my usage, this is a better API match....

enhancement
source/terraform-provider-metal
area/resources/metal