JCEEE Nicolas

Results 6 comments of JCEEE Nicolas

possible to try `$('#yourid').starscroll(params).css({'z-index':-5});`? or wrap it in your own div which you set the z-index to ....

.. btw not just defining variables as constants as It seems by re-reading my above statement.. But open up an input field beside the script button (or inside it however...

hey @sogko, I have read your nice article, https://medium.com/@sogko/gulp-browserify-the-gulp-y-way-bb359b3f9623 and understand streams and buffers and gulp a lot better now .. BUT I still cannot get jadeify to work. I...

I found a post where by removing `.transform(jadeify)` and by putting this in your project.json file instead: `"browserify": { "transform": [ "jadeify" ] }` Does seem to work - but...

I have just upgraded to node 22 ... and now I am running into this issue as well. For a while `"svg": "pnpm dlx svg-symbol-sprite -i ./icons -o ./static/sprites.svg"` has...

Using `npx` over `pnpm` does allow the lib to work as expected.