Michelle
Michelle
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...
The promise returned by `getAppBrightness` hangs when the current activity is not defined.
**Describe the solution you'd like** We need to intercept the provided values after they are constructed, to check for implemented interfaces and possibly call some initialization methods. We have an...
This is our current implementation for #408. It adds a container Option to intercept values as they are constructed, to apply additional startup logic. The naming could certainly be improved!
Allows for slice with elements that implement BindUnmarshaler, solving #4312.
Currently there is no support for slices that have elements implementing the `BindUnmarshaler` interface, but there is support for slices that _implement directly_ `BindUnmarshaler` (thanks to #3970 and #3971). This...
### Extension Version 2.37.5 ### VS Code Version Version: 1.105.1 (Universal) Commit: 7d842fb85a0275a4a8e4d7e040d2625abbf7f084 Date: 2025-10-14T22:33:36.618Z Electron: 37.6.0 ElectronBuildId: 12502201 Chromium: 138.0.7204.251 Node.js: 22.19.0 V8: 13.8.258.32-electron.0 OS: Darwin arm64 24.6.0 ###...