Casper Lindschouw

Results 10 issues of Casper Lindschouw

The docker-metadata package is very useful, but usage is kind of complicated since it essentially has its own little language. While most of the supported tag types are plug-in-play, the...

documentation

![image](https://cloud.githubusercontent.com/assets/1565026/19619862/6034d8ec-9870-11e6-8b4f-07c9b5037bf5.png)

## Current Behavior If an executor has an option of type `string` and you want to provide it with a string containing a number such `'123'`, then the schema validation...

type: bug

Tried to incorporate your feedback. Personally think it's just fine to have an enum with just two values, so I went along with it. Had to make EndOfLine public as...

I'm creating a wrapper plugin for integrating Csharpier with [dprint](https://dprint.dev), but I've hit a snag as the Csharpier.Core package only exposes CodeFormatterOptions, which currently only contains the setting for PrintWidth....

Life just hit me hard, so I'm going to quickly get this PR up for you to provide feedback on or land for me if I end up going AWOL....

Currently it's possible to achieve this, if it's hosted on a forge like GitHub which you trust, then you can create a permalink to the current version of the plugin...

Both wasm and toml plugins should support verifying the downloaded plugins using checksums. Right now a supply chain attack can only be mitigated for TOML plugins under specific circumstance, using...

Basically I'd like to be able to run: ```shell proto plugin add git-locator "github:cool-guy/git-locator-plugin" # `git` locator is now usable: proto plugin add my-plugin "git:example.com/cool-guy/my-plugin.git" # maybe even allow multiple...

### What version? 0.31.1 ### Which command? proto pin ### What happened? If you use comments in your .prototools, then after pinning a version using `proto pin` or adding a...

bug