Benny Neugebauer

Results 126 issues of Benny Neugebauer

It would be cool if everyone could submit links to code styles (including author/company, date of creation, programming language & link) on a website. The submission has to be approved...

Some style guides might be more recent than others so I propose to add the year of style guide creation / last update to the list. Example: ``` - [AngularJS](https://github.com/johnpapa/angular-styleguide)...

Hello, I am using your action in a private repo but it fails with this output: > loaded merge config: > - match: > dependency_type: all > update_type: 'semver:minor' >...

GitHub allows you to update a GitHub action through a GitHub action. I implemented that (`package-ecosystem: 'github-actions'`) in my repo: https://github.com/bennycode/trading-signals/commit/ffd491072014ad7b9fbaa56a171d111ce6257e00 Usually the "action-dependabot-auto-merge" action merges my PRs (see https://github.com/bennycode/trading-signals/pull/404)...

The `version` attribute of Bower is deprecated: https://github.com/bower/spec/blob/master/json.md#version Bower is using the versions listed on: - https://github.com/paroga/cbor-js/releases

To make cbor-js work with TypeScript code, it would be nice to have a TypeScript definition file (`*.d.ts`) for the methods cbor-js exposes: - https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html - http://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.html

cpx defines a lot of vulnerabile dependencies, such as: - braces@^1.8.2 - semver-regex@^2.0.0 - glob-parent@^2.0.0 Can you please update these deps? @mysticatea

I like your game very much but I didn't want to install any global dependencies which is why I created a simple `package.json` file which will allow you to run...