-
Without interrupting established connections, it should be possible to replace TLS certificates on the fly.
The practical use case for this is short-lived certificates such as LetsEncrypt needing t…
ecton updated
2 years ago
-
My SSL certificates are renewed every 2 months, using Certbot/LetsEncrypt.
Is there a way I can hot reload the SSL certificates on OpenSwoole, so they don't eventually expire while the app is live?…
-
### Describe the bug
Currently, there seems to be an issue with the live coding feature when `shutdown.timeout` is configured. The live coding feature, which is supposed to automatically reload cha…
ghost updated
5 months ago
-
Related Issue: https://github.com/iot-root/garden-of-eden/issues/8
List devices available:
`v4l2-ctl --list-devices`
List device formats available:
`v4l2-ctl --list-formats-ext -d `
Examp…
-
Making a change to a `.scss` file will cause the entire page to refresh, instead of just updating the css file. Ideally, the CSS will live-update and not cause the entire app to reload.
-
When right-clicking on a feed, hovering "Livemarks" and then clicking on the "Reload Live Bookmark" button, the feed gets reloaded, but the whole menu is closing.
In the past, when Firefox could st…
-
**Issue by [DennisKehrig](https://github.com/DennisKehrig)**
_Sunday May 12, 2013 at 14:50 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/3792_
----
5s is the static server ext…
-
See these for reference:
- https://github.com/cibernox/ember-cli-yuidoc/blob/master/index.js
- https://github.com/cibernox/ember-cli-yuidoc#watch-mode
- https://github.com/cibernox/ember-cli-yuidoc/is…
-
_(This is an enhancement, not a bug, but it potentially solves multiple reported bugs.)_
Similarly to the background retry mechanism in the To Do list, we could implement a global background retry to…
-
Add a function to watch folders for file changes. This could later be used for automatic script reloading and similar.
This is mainly for development help, as i've been adding this to all my tools …