Kiryl Mialeshka

Results 49 comments of Kiryl Mialeshka

+1 for this feature As ideas for the implementation: maybe ability to preserve scale on note change or new setting that will allow setting default scale for excalibrain note

@zsviczian Thanks you, folder filtering works great. Could you, please, also add a setting to filter out specific tags? I'm heavily using MOC files that create a lot of clutter.

@james-crowley Have you tried to build multi-stage dockerfile with your image? I'm trying to implement a similar thing as you and I faced some issues. After success build, executor container...

@vladaurosh Thanks for pointing that out. Is there any workaround for this? As I understand we can put every required tool in the protected directory `/kaniko` to prevent it from...

@james-crowley Simple build like this ```Dockerfile FROM node:16 as build FROM build WORKDIR /app RUN npm --version CMD [ "node" ] ``` After a success build try to call any...

@sokra Thanks, for the suggestions, I will check it. Also, I've changed the initial issue description with some simple repo to neglect our project-specific config - in this repo webpack4...

@sokra hello, I've tested some of the settings you suggested and it improved time a little bit, but webpack4 still beats webpack5 regarding rebuild time. [changes](https://github.com/meskill/webpack5-performance-issue/commit/bf5b310089179eaaf5915f6d44371f7e34abbdf0) Does webpack team have...

@jplattel Thanks for the suggestion, it works indeed. But I need to specify every subfolder this way. As I understand there is currently no way to use regexp or smth...

I'm really interested in this feature, especially if there will be an ability to start focused search by clicking on folder in the file explorer menu.