Sander Knape

Results 7 issues of Sander Knape

Hello. This package [overrides the servicePath](https://github.com/serverless/serverless-plugin-typescript/blob/master/src/index.ts#L146), causing issues for other plugins that are now trying to find files (such as the `schema.graphql`) in the `.build` folder instead of the root....

We have an intermittent issue where a moon browser pod gets stuck waiting for WebDriver to get started. These are the logs from the `browser` and `defender` containers in the...

Closes #305. There is an inconsistency in the naming of the `require_linear_history` property. The [documentation](https://developer.github.com/v3/repos/branches/#update-branch-protection) writes it as `required_linear_history` (require**d**). The Go GitHub Client defines it as *require*. I actually...

bug
documentation
size/M
r/branch_protection

**Describe the bug** When creating two variables with the same name on a project, and they both have a different scope, the variable that is created last doesn't get its...

kind/bug
area/variables

I'd like to grab a dynamic property from a map, something like this: ``` regions: foo: bar bar: baz myregion: foo result: (( grab regions[myregion] )) # should return "bar"...