Hiromasa Ihara
Hiromasa Ihara
**Describe the bug** When executing scout command, Error message is shown. **To Reproduce** ``` $ scout aws --region ap-northeast-1 2022-01-07 21:22:20 Iharas-Air scout[68270] INFO Launching Scout 2022-01-07 21:22:20 Iharas-Air scout[68270]...
**Describe the bug** pvlib.temperature.sapm_cell and pvlib.temperature.sapm_module can be specified coefficient a and b. and It's depends on module and mounting. In document, mounting method is listed, but is not described...
license?
Could you tell me the license for this software? I plan to use this library, but the license is not clear.
### **Code** ```python import flask_restx ``` ### **Expected Behavior** no error ### **Actual Behavior** output below warning. ``` E DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the...
eslint:recommended and plugin:@typescript-eslint/recommended commonly used in eslint extends in typescript application development. This changes add these extends to openems-ui project. // Some rules was disabled because there are many errors,...
``` $ npx tsc --strict Found 3646 errors in 210 files. ↓ Found 1492 errors in 211 files. ```
``` $ npx tsc --strict Found 3646 errors in 210 files. ↓ Found 3666 errors in 188 files. ``` This change adds null type to null initialization variables. This change...
npx tsc --strict: 3646 -> 3622 errors
ESlint is planning dropping `.eslintrc` format support in next major release. This PR change eslint configuration format from `.eslintrc` to `eslint.config.mjs` (flat config). > eslintrc removed in ESLint v10.0.0 >...