wbfw109
wbfw109
**Environment/version** - Extension version: - VSCode version: 13.2.2 - OS version: Windows 11 21H2 22000.376 **Steps to reproduce** with setting.json "files.autoSave": "off", // (Default) "bookmarks.saveBookmarksInProject": true, 1. ">bookmarks: Toggle" or...
**Describe the bug** I don't know what's problem. Running in development works well (```pc run```). but in production not. (```pc run --env prod``` ) **To Reproduce** Steps to reproduce the...
I am trying to implement the following feature: **Scenario** 1. click the Link component in Drawer component. 2. then, Drawer component will be closed and screen will be moved to...
**Describe the bug** When I use pc.link with inner pc.button in pc.tooltip, following messages shows **for each the component rendering.** So these many messages make long delay occur **when a...
**Describe the bug** I have 60+ nestable AccordionItem components and I bind index and click event. I tested in ```pc run``` (dev environment). (It is not occurred in Production mode)...
[bug] in Ubuntu, clang, Ninja enviornment. ERROR: pulseaudio/14.2: Error in build() method, line 131
### Describe the bug OS:Ubuntu 22.04 or 24.04 LTS **profile** ```profile [settings] arch=x86_64 build_type=Debug compiler=clang compiler.version=18 compiler.cstd=23 compiler.cppstd=23 compiler.libcxx=libc++ os=Linux [conf] tools.cmake.cmaketoolchain:generator=Ninja [buildenv] CC=(path)/usr/bin/clang CXX=(path)/usr/bin/clang++ ``` **conanfile.py** ```python import os...
### Description .. I've installed cmake, conan by poetry tool and ```bash sudo apt install -y cmake build-essential llvm clang libc++-dev libc++abi-dev \ libva-dev libvdpau-dev libx11-xcb-dev libfontenc-dev libice-dev libsm-dev libxaw7-dev...