Yair Even Or

Results 366 comments of Yair Even Or

what? can you rephrase that?

@SilvaLA59 - While I did not do that personally, you could use `gulp-replace` to replace specific strings in the stream with any other string.

well, while one wish a thing like that to work, in reality it's hell to program such a feature

@chancestrickland - How would you use each specific Icon in JSX when implementing your method? Doing ``import(`./svgdir/${filename}`)`` gives: Module {default: "static/media/spinner.aabcf541.svg", __esModule: true, Symbol(Symbol.toStringTag): "Module"}

This does not work: ```javascript let Foo; // I've placed a single svg file in the folder const reqSvgs = require.context('./icons', true, /\.svg$/); reqSvgs.keys().map((filename) => { filename = filename.replace('./','') let...

I now understand `require.context` is a webpack-only thing and I do not want webpack in my code, since I don't have an app, just a single standalone `` component

that would really make it rock. an example would be a code which triggers a certain template, and I do not know if the thing the code wants to run...

@dtinth - This is true to any script which requires a download and not just "analytics tracking script", so a more general rule would be preferred

and how does sublime knows when my Slimer tests are completed? it's listening to the TAP file creation/change? --- Slimer is a Mozilla kinda headless browser which can run tests...

it's pretty easy to fix this manually. My solution: pass a settings to the plugin, which I called `skipRowsSelector` and there one can pass a selector, then you simply need...