Chase Naples
Chase Naples
## Summary Fixes #11095 - Dev server now returns proper 404 status code for non-existent pages instead of 200. ## Problem The dev server's `historyApiFallback` configuration was serving the SPA...
## Summary Patched files on Windows could end up with mixed CRLF/LF endings when applying Update File hunks. This change detects CRLF in the original file, normalizes lines for matching,...
## Summary - accept optional/expect syntax for global and task definitions - skip the warning when optional envfiles are missing while still loading required files in order - document the...
resolves #8563 Fixed lint error in `lib/node_modules/@stdlib/ndarray/for-each/examples/index.js` by changing the last require statement from an absolute package path to a relative path, as required by the `stdlib/require-last-path-relative` rule.
## Summary - Add optional GPU support for minikube in metaflow-dev with intelligent auto-detection - Provide manual control via `MINIKUBE_ENABLE_GPU` environment variable - Enable GPU workloads like `@resources(gpu=1)` in local...
## Summary Fixes the bug where composite typography tokens with fontFamily references output incorrectly quoted CSS variables. ## Problem When a typography token uses a reference for fontFamily, the output...
## Summary - replace the incomplete RSS section with a short explanation and a link to Hugo's official RSS documentation - retain the existing notes on disabling feeds and on...
## Summary - surface a `homeDirectory` property on `FileSystemProtocol` and the concrete file system implementation - resolve the current user's home directory via environment variables with a `getpwuid_r` fallback ##...
## Summary - Replace `.format()` with f-string in `cli.py` for version string formatting - Part of the f-string migration effort ## Changes Made - **File:** `optuna/cli.py` - **Line 925:** Changed...
## Summary - add a dedicated GitHub Actions workflow that runs address-, memory-, and thread-sanitized builds - configure clang/clang++ with the appropriate sanitizer compile/link flags and reuse the project’s cmake...