Jan Roman Cisowski

Results 5 issues of Jan Roman Cisowski

I only : clone, instal & run dev :/ > Executing task: npm run dev < > [email protected] dev C:\electron\electron-angular-webpack > tsc electron.ts --outDir . && cross-env NODE_ENV=dev webpack-dev-server --port=4200...

Question. where to mount the configurations for windows nw.js? I apologize for the prosaic nature of my question, but I'm still learning .. (and the Polish proverb says "who asks...

I found an example of how to use a cluster that I really like(https://stackblitz.com/edit/angular-jbp2yc), but it only working in Stackblitz, when I tried to implement it, pop up ugly errors...

I have a problem, VSCode highlights all preact/html elements in red as an error. **JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.** ![err1-Snipaste_2024-04-14_08-58-53](https://github.com/denoland/fresh/assets/24595339/4ad2d820-15dc-40ed-a7dd-815707a73abd) I noticed that if...

I wanted to create a multi-level accordian component, but I don't understand why it doesn't work as expected. When the same accordian component is single-level, everything works correctly. But the...