Nicholas Chiang
Nicholas Chiang
When using `timeago.js` with React and Typescript, you're unable to specify the `datetime` attribute (but you are able to specify any custom `data-*` attributes, as suggested by @jschrab). Current fix...
Four years later and this issue hasn't been touched... I feel like an explorer roaming uncharted territory... :sob:
Related to cyrilwanner/react-optimized-image#6.
- [ ] Provide a plugin to automatically use `Bottleneck` to throttle API requests within Twitter's API usage limits :wink:
@sidorares there seems to have been significant changes and bug fixes since that `v1.0.0` tag. Could you push those to NPM?
Would you need help with this? I'd be more than happy to contribute!
Here's the error I'm encountering: ```text [dev:remix] SyntaxError: Cannot convert 0.990011990070343 to a BigInt [dev:remix] at BigInt () [dev:remix] at number (/home/nchiang/repos/tweetscape/node_modules/json-bigint/lib/parse.js:215:15) [dev:remix] at value (/home/nchiang/repos/tweetscape/node_modules/json-bigint/lib/parse.js:397:41) [dev:remix] at object (/home/nchiang/repos/tweetscape/node_modules/json-bigint/lib/parse.js:367:27)...
@sidorares I suspect this is actually [already fixed](https://github.com/sidorares/json-bigint/blob/master/lib/parse.js#L219-L220) in `master`: ```js // Number with fractional part should be treated as number(double) including big integers in scientific notation, i.e 1.79e+308 return...
Found [a temporary solution](https://codesandbox.io/s/zen-jepsen-tu8yd?file=/src/App.js) (the "TRUE X" is always correct): ```jsx export default function App() { const [open, setOpen] = useState(false); const leftProps = useSpring({ config, width: open ? 400...
[QuaranTunes](https://tutorbook.org/quarantunes) would like this as well! From Julia Segal (CEO): > Filter by gender, add gender for teachers in their application (make sure it's inclusive!)