Lawrence Taur

Results 4 comments of Lawrence Taur

A good example to get gradients with degrees http://www.colorzilla.com/gradient-editor/ `/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */ background: #6db3f2; /* Old browsers */ background: -moz-linear-gradient(top, #6db3f2...

add ` const port = process.env.PORT || 8080; app.listen(port, () => { console.log('Hello world listening on port', port); }); ` before `app.use(router.routes());` I'm facing another issue where it is creating...

> I finally got this working with Cloudflare and Nginx Proxy Manager ``` docker run --detach --restart=on-failure \ -p 9000 \ --name minio \ -p 9001 \ -e "MINIO_ROOT_USER=username" \...

Can confirm the same issue. Steps on how I fixed it based on the above replies, thank you! 1. fetch the latest unminified https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/js/splide.js 2. compress using https://jscompress.com/ 3. add...