Max Hauser

Results 59 issues of Max Hauser

**Is your feature request related to a problem? Please describe.** Currently when installing user defined node modules, npm will clean them at every operation, leading to the module not being...

enhancement

See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser eg https://github.com/ioBroker/adapter-react-v5/blob/de08924def4d77e7bc81a0704da1ed615e371550/.github/ISSUE_TEMPLATE/config.yml#L3

enhancement

- instead of old types from `@types/iobroker` - You can make them public available e.g. via this trick https://github.com/ioBroker/adapter-core/blob/bba41042af4775c953e56982c8e579013a3418ec/package.json#L65 to make it 100% compatible with the current approach, as IDE...

I use a script which fires several `getHistory` requests, if I do not use `count: 1` I get multiple results, if I use `count: 1` it seems like the single...

bug
question
wontfix

**Is your feature request related to a problem? Please describe.** If you want to write to a topic, that never receives data, the datapoint is never created by the adapter....

enhancement

**Link the issue which is closed by this PR** - closes #2731 **Implementation details** We extended the definition of the `NotificationScope` to allow other unknown scopes with any category as...

- like LDAP #1142 - or https://github.com/Vertumnus/ioBroker.googleauth - I could think of `common.authentication` which is an object, containing a `name/id` of the `service/type` + additional auth type specific information

documentation :memo:

will throw if using this library as production dependency.

the `limit` value is defined via `multipleOf: 0.1` which will fail in many cases. When I set value of 0.1 everything is fine, else I will get an error, e.g....