-
Config files are in ini format.
Clean code and save as ini; there are two functions save_config and save_params_file
wilke updated
2 weeks ago
-
In order to allow for messaging, we need a bidirectional connection. Set up the server socket in order to do this.
Tasks
- [ ] set up the socket as a class named SocketService
- [ ] create an in…
-
Please include the related YAML code:
```[YAML]
media_player: !include /config/include/elements/media_player.yaml
mqtt: !include /config/include/elements/mqtt.yaml
sensor: !include /config/inclu…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…
-
### 📜 Description
When Entra ID/Microsoft additional scopes are passed in via the app-config, there is logic for detecting if a specified custom resource is having it's scopes requested and if so, to…
-
### What would you like to be added?
The ability for Paladin to dynamically reload its configuration based on changes to config files such as domains and registries. Note that the processes should no…
-
https://www.drupal.org/node/3402032
Introduced in branch/version: 10.3.x / 10.3.0
\Drupal\file\Plugin\rest\resource\FileUploadResource no longer duplicates file upload logic, and re-uses the \Drupal…
-
It cost about 70ms from send msg to resp error:the server closed connection before returning the first response byte. Make sure the server returns 'Connection: close' response header before closing th…
-
The storpool-block charm requires hard-coded cinder hostnames as charm config. This is problematic to any sort of automated CI. The hostnames are not predictable and are not known until mid-deployme…
-
#### What's the problem this feature will solve?
Reduce code duplication. Allow leveraging the setup,teardown features of pytest fixtures while allowing fixtures to be a bit more re-usable, lik…