Dennis Riehle

Results 9 issues of Dennis Riehle

@MatteoMeil The field `process.env.npm_config_argv` was removed with NPM 7, leading to issues during the installation of this package. This commit updates the package to rely on the `NODE_ENV` during installation....

**Describe the bug** Using `require('child_process')` in the renderer, i.e. the angular application, provides the following error: ``` Module not found: Error: Can't resolve 'child_process' ``` **Problem** The issue itself is...

Programs that send mail on behalf of other user's mailboxes should alwas add a `Sender` header with their own mail address, according to RFC 822: https://tools.ietf.org/html/rfc822#section-4.4.2 Indico does not do...

The current implementation fails to run `yarn run dev` on Windows systems, as the `&` syntax to run commands in parallel does not work here. Therefore, I have replaced it...

### Issue When using two API endpoints, one for basic events and one for connect events, only the basic events seem to be correctly signed. The connect events seem to...

bug

| Q | A |-------------- | ------ | Documentation | yes | Bugfix | no | BC Break | no | New Feature | no | RFC | no |...

| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | not yet, but in 4.0 | New Feature | yes |...

### Bug report I noticed that the following code produces four warnings: ```php

Currently, support for PHP 8.4 cannot be added since [laminas-db](https://packagist.org/packages/laminas/laminas-db) does not provide support for PHP 8.4. The Laminas TSC made the decision to set laminas-db to security-only, but a...