Luciano Ropero
Luciano Ropero
I'm using sanitize.css (alternative to normalize.css) before importing `react-pro-sidebar/dist/css/styles.css` and some elements in the sidebar such as ULs and LIs seems to be affected by this.
Hey FYI just sharing this implementation of Trady in Node.js: https://github.com/lropero/trady
- Updated dependencies + added `audit` and `sort` scripts to package.json
This code compares `reference.tickerNews()` response with endpoint `/v2/reference/news` response and they differ. ``` import axios from 'axios' import dotenv from 'dotenv' import { restClient } from '@polygon.io/client-js' dotenv.config() axios.interceptors.request.use(request =>...
I remember programming the Windows version of this beautiful screensaver ~20 years ago (source code lost 😞). This repository inspired me to create [my HTML/CSS/JS version](https://github.com/lropero/starry-night) of it. Cheers ❤️