Results 7 issues of Sam Berney

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of Nancy - [x] I have verified...

## Expected Behavior I have class like this: ```csharp public class MyClass { [JsonIgnore] [ModelProperty(Ignore = true)] public string _isSeven { get; set; } public bool IsSeven { get {...

# 🚀 feature request ### Relevant Rules All/any ### Description All of the `examples/` are typescript as far as I can tell ### Describe the solution you'd like I would...

help wanted
examples
Can Close?

I have an existing monorepo that uses git that's nicely(-ish) set up already. One pain point with git has been trying to share parts of my repo with others (occasionally)...

Here is an example task. ```js gulp.task('example-task', done => { let manifest = [ './node_modules/@qwerty/dist/asdf.js', './folder1/abc.js' ]; pump([ gulp.src(manifest), expect({ errorOnFailure: true }, manifest), // ... gulp.dest('./temp') ], done); });...

#### Explain the problem I use `karma-webpack` for testing, and there is no `karma-parallel-webpack` plugin. My code gets built three times -- during build (using parallel-webpack), and twice more for...

enhancement
wontfix

Hello, I have a few small yarn projects, and I use the latest yarn features, like zero install. This is the main difference between yarn 1 and yarn 2/3 other...