Subham

Results 13 issues of Subham

### Environment - OS and version: macOS 15.5 (Build 24F74) - VS Code: 1.90.0 - C/C++ extension: 1.19.9 - OS and version of remote machine (if applicable): Not applicable -...

bug
debugger
help wanted

## Summary This PR addresses an LLDB crash on macOS caused by unsupported C++20 concepts in certain system environments. The fix avoids concept compilation that leads to build failure with...

This PR removes the `build.cmd` batch file from the `Code Samples/Fib/` folder. Since this file is specific to Windows and Visual Studio environments, removing it helps streamline the repository for...

Closes # {{short description}} #### Changelog **New** - {{new thing}} **Changed** - {{change thing}} **Removed** - {{removed thing}}

Fixes https://github.com/electron/electron/issues/49089 Exports zlib symbols from electron.exe on Windows to enable native addons to link with zlib functions. Description of Change Native addons on Windows couldn't link with zlib despite...

new-pr 🌱

### šŸ”— Linked issue Closes #33678 ### šŸ“š Description Makes it easier to define global TypeScript configuration options without duplication. **Problem:** Users must duplicate TS config across multiple files since...

enhancement
4.x

This PR addresses issue #13732 by refactoring the multithreaded sample to use C++11 instead of pthreads. āœ… Highlights: - Replaced platform-specific pthread code with std::thread - Improved thread safety using...

Closes #14569 Documents how to properly load native libraries in Android plugins with dynamic naming instead of hardcoding `System.loadLibrary("app_lib")`. Adds guide explaining: - Library naming convention from Cargo.toml - Portable...

Closes #4757 Updated the Password Input documentation to reflect that the visibility toggle is disabled in the read-only state and added a corresponding Storybook demo variant. Changelog New Added "Password...

Implements Material theme palette toggle with three modes: Automatic mode (follows system preference) Light mode (default scheme) Dark mode (slate scheme) Users can now toggle between themes using the icon...

root