Sam Denty
Sam Denty
at handleMessage (remote.js?6062:321:1) at eval (remote.js?6062:344:1)
`getComputedStyle->height` is returning `auto` in https://github.com/pelotoncycle/resize-observer/blob/9641698c8ab52ae9715f0f08884ac1aca3c4c285/src/ContentRect.ts#L20 resulting in NaN as the output. `getBoundingClientRect()` returns the correct boundaries for the element. I'm presuming `getComputedStyle` is used for performance reasons, in which...
Hi there 👋 I'm the creator of https://github-icons.com / https://github.com/samdenty/github-icons. We provide a free-to-use API to retrieve icons for NPM packages. I think it'd be pretty cool if you integrated...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.0 ### Describe the bug Currently,...
This adds a new method, `from_json_pretty`
https://synci.io/ is paid. But you could use gocardless api yourself
This PR adds smooth scrolling using the lightweight `use-stick-to-bottom` NPM package. On the master branch there exists a layout shift of the messages (with the existing hook) which should be...
At StackBlitz.com we needed this feature and nothing was good enough for our use cases. So I created https://www.npmjs.com/package/use-stick-to-bottom, works pretty well in my testing, it supports smooth scrolling and...
This PR makes chathub use https://npmjs.com/package/use-stick-to-bottom a new package designed for AI chatbot interfaces which is much better than the non-maintained `react-scroll-to-bottom` package. It features a custom smooth scrolling algorithm...