Alexander Volkov

Results 33 comments of Alexander Volkov

I have splitting bundles with css-chunks, but i can't load css on page... ![Screenshot 2021-03-21 at 10 01 24](https://user-images.githubusercontent.com/5656366/111896728-9f418f00-8a2c-11eb-9d30-f758a7e31540.jpg) index.js ![Screenshot 2021-03-21 at 10 09 45](https://user-images.githubusercontent.com/5656366/111896886-a4530e00-8a2d-11eb-90a5-710e2dc45449.jpg) index.css ![Screenshot 2021-03-21 at...

Splitting css by js-chunks ok, but haven’t any loaders logic...

> I have splitting bundles with css-chunks, but i can't load css on page... > > ![Screenshot 2021-03-21 at 10 01 24](https://user-images.githubusercontent.com/5656366/111896728-9f418f00-8a2c-11eb-9d30-f758a7e31540.jpg) > > index.js > ![Screenshot 2021-03-21 at 10...

Cannot build on Mac m1 - have issue: `src/renderer.h:4:10: fatal error: 'SDL2/SDL.h' file not found #include ` I have installed sdl2 by `brew install sdl2`

> > Cannot build on Mac m1 - have issue: > > `src/renderer.h:4:10: fatal error: 'SDL2/SDL.h' file not found #include ` > > I have installed sdl2 by `brew install...

Since v3.4.9 @slidy/core automated calculate direction from rendered children flow 🤓 In template just needed css rules, like: `flex-flow: row-reverse`, `direction: rtl` or html attribute on target node `dir="rtl"`... that's...

What do you mean for `direction` ?

> I mean [direction property](https://developer.mozilla.org/en-US/docs/Web/CSS/direction). Ok, and what...?

Hover & focus stop will good optioned & stop by edges if not loop mode i think

Svelte code-slitting with Esbuild have a one trouble – have splitting js/css bundles, but can't load hash-bundle.css on client...