-
### Environment
- Operating System: Darwin
- Node Version: v20.13.1
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package Manager: npm@10.5.2
- Builder:…
-
**Is your feature request related to a problem? Please describe.**
Add documentation with a diagram for all the lifecycle scripts and where hooks/plugins interact with the pipeline.
**Descri…
-
**What happened?**
On Better Globe Key installation, when running `betterglobekey`,
```
hook_run [1284]: Accessibility API is disabled!
Failed to enable access for assistive devices. (0X40)
``…
-
At the moment, middleware can only intercept and modify outgoing requests in capture mode. This is inadequate if someone wants to mask sensitive information in both request and response when capturing…
-
**Is your feature request related to a problem? Please describe.**
At the moment, the agent startup process uses `cfn-signal` to signal back to the Cloudformation stack that the instance has been lau…
-
Task manager provides the ability to specify middleware hooks that modify the task instance at different points in its lifecycle. Specifically `beforeSave` that modifies the task instance before persi…
-
### What problem does this feature solve?
My app had performance issue due to some slow lifecycle hooks.
It would be easy to find an issue like that if `Vue.config.performance` API records lifecycle…
-
## Description
This issue is raised for the usage of `beforeDestroy()` and `destroyed()` hooks, which have been deprecated from Vue3 after the release of VueJS 3.x and are replaced by `beforeUnmount(…
-
In order to reduce the scope of what we are forced to support until a v2 release of OLM, should we proactively reject helm charts that ultimately include chart hooks in their manifests?
Supporting …
-
There is a new deprecation in using component lifecycle hook arguments:
https://emberjs.com/deprecations/v2.x/#toc_arguments-in-component-lifecycle-hooks
As far as I can tell, the only issue is …