Enrico Stahn

Results 89 issues of Enrico Stahn

The latest release is not working with Django 4 due to https://github.com/shivanshs9/drf-problems/commit/65dcccf4db186db0445fca95974cddb0a67f8f77 Would it be possible to release a version including the fix above?

**Describe the bug** I created a file `.github/workflows/deploy.yml`. Running megalinter in GitHub Actions will produce an error as v8r detects a schema which is incorrect. `v8r` uses the following schemastore...

bug

We have been using https://github.com/semantic-release/semantic-release for a while and trying out release-drafter. We used the message commit format `feat(foo): bar` with prefixes such as `feat`, `fix`, `chore`, ... This format...

We have the following config which adds all python code also into the `warmUpPluginOfficeHoursWarmer.zip`. I tried various variations to exclude the files and the only thing that worked is setting...

``` ~/.composer/vendor/bin/samurai new Choose a bootstrap: [lib ] Basic PHP library (raphhh/php-lib-bootstrap) [app ] Basic PHP web project (raphhh/php-app-bootstrap) [symfony ] Symfony framework application (symfony/framework-standard-edition) [laravel ] Laravel framework application...

https://api.slack.com/methods/files.delete

enhancement
easy fix
fixing after catchup

test.yml ```yaml version: 2 files: efe ``` Command: ``` cat test.yml | ~/go/bin/j2y -r YAML -> JSON convert error. err: yaml: mapping values are not allowed in this context ```

Using spork for bumping the version number will produce following error with rubocop: ``` metadata.rb:7:9: C: Prefer single-quoted strings when you don't need string interpolation or special symbols. version "0.1.1"...

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: anthonyvscode/newman-action

## Bug Report ## Current behavior ``` AUTH_CLIENT_ID: { validate: Joi.string(), required: false, default: '', }, ``` Returns with "default" attribute need to be provided. ## Expected behavior Default value...