Melloware

Results 2555 comments of Melloware

Nope i was just checking to make sure you were still interested. Leaving it assigned to you.

@mmadson this is great feedback. I was unaware of the infinite loader it definitely seems possible. It is definitely NOT implemented currently. I will mark it as an enhancment.

Might be this original issue: https://github.com/mozilla-frontend-infra/react-lazylog/issues/40 I have not used the follow prop in any of my code so I have never tested it. PR is welcome though if you...

Ahh most likely then an upgrade from `react-virtualized` which is deprecated to `react-window` ? https://github.com/bvaughn/react-window

I would think the method to debug would be here: https://github.com/melloware/react-logviewer/blob/2fc93e33c0531af29b4c3d77a16bcf759d1dc01c/src/components/Utils/utils.ts#L14-L30

Thanks to @ClemensElflein 5.1.0 is now released to NPM.

@Marlen0307 yes changing the `text` will cause a re-render. It sounds like you want the WebSocket mode where it updates your log or the URL mode? ```xml ``` From the...

Hmmm I have only been using it the same way you do with `text` but my logs are after the fact so i am loading the whole log at once....

if you set `scrollToLine={50388}` does that scroll to the correct line?

@Marlen0307 have you tried `follow={true}` property? According to the docs "Scroll to the end of the component after each update to the content. Cannot be used in combination with `scrollToLine`."