Ilmir Shaikhutdinov

Results 4 issues of Ilmir Shaikhutdinov

Using CRA, i was able to import svg like component and inline it: ```import { ReactComponent as skip } from '../../../assets/icons/skip.svg';``` But if i try it, i will get an...

I meet the problem with rendering global styles in server. In example, i use SASS and this my webpack config for this: ``` { test: /\.scss$/, exclude: [/\.global\.scss$/], loaders: ['raw-loader',...

Please help to setup clojure for sublime text 3 in Windows 10. I have problem in step _"Add Leiningen to SublimeREPL Path"_, which is path should be instead this? `"PATH":...

Is it possible to add alternative option generating to use `.merge` instead of `.and` method? I want to reuse Zod schemas in project, but `.and` intersection do not allow to...