Maria Ines Parnisari
Maria Ines Parnisari
In my package i'm trying to update `gubernator` from `2.0.0-rc10` to `2.0.0-rc15`:   However, this breaks my build: ```go Error: vendor/k8s.io/client-go/discovery/discovery_client.go:32:2: cannot find package "." in: /home/runner/work/sandcastle/sandcastle/vendor/github.com/googleapis/gnostic/openapiv2 make[1]: ***...
This is https://github.com/envoyproxy/protoc-gen-validate/pull/398 but with the latest changes merged. **DISCLAIMER: NOT TESTED MANUALLY**
When trying to deploy the PyPlate macro: ```bash aws cloudformation package \ --template-file python.yaml \ --s3-bucket macros-cfn-mparnisa \ --output-template-file packaged.yaml aws cloudformation deploy \ --stack-name Pyplate-macro \ --template-file packaged.yaml \...
A customer attempted to register modules using CodeBuild and reported this to us: - The registration failed with "internal failure". It was not clear what the error was. In the...
I'm using angular generator version 0.15.1. These packages, among others, are in my `package.json`: ``` json { "devDependencies": { "grunt-karma": "^0.12.1", "jasmine-core": "^2.4.1", "karma": "^0.13.21", "karma-chrome-launcher": "^0.2.2", "karma-jasmine": "^0.3.7", "karma-phantomjs-launcher":...
Is this project being maintained? If not, do you mind adding a note on the README (possibly with suggestions of replacements) and then run `npm deprecate`. Thanks
This `gulpfile`: ```js gulp = require('gulp'); mocha = require('gulp-mocha'); cover = require('gulp-coverage'); gulp.task('test', function () { return gulp.src('test/**/*.js', { read: false }) .pipe(cover.instrument({ pattern: ['src/**/*.js'], debugDirectory: 'debug' })) .pipe(mocha()) .pipe(cover.gather())...
To reproduce: 1. Create an authorization model ``` curl --location --request POST 'http://localhost:8080/stores/01GCJB1DJ88RJ1KA5TMG5PJXQ4/authorization-models' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --data-raw '{ "type_definitions": [ { "type": "document", "relations":...