duhmojo

Results 32 comments of duhmojo

I'm having the same issue in 2022. I was given some external CSV file, probably edited/written on Windows, processing it on Linux with papaparse and I was unable to access...

I went with this approach, not the most efficient: ``` const stripBom = function(str) { if (str.charCodeAt(0) === 0xfeff) { return str.slice(1) } return str } papaparse.parse(csvFile, { step: function(row,...

lftp supports du and ls, which both list directory and file sizes but not available disk space? This is a pretty crucial oversight when trying to avoid sending files over...

I tried firing the resize dispatch event to see if firing resize but it could be that its not mounted yet? (the mounted variable from https://github.com/react-grid-layout/react-grid-layout/blob/master/lib/components/WidthProvider.jsx) ``` React.useEffect(() => {...

This should be reopened and I can't do it myself.

Thanks for the quick reply. I'm going to live with the issue while I work on my other dash elements and come back to this next week. I'll give your...

Hey, just coming back to this. Sorry, what is "onDashboardUpdate" in your example? Thanks.

BTW, simply setting the key={bp} and onBreakpointChange={setBp} in your example forces the layout rerender on breakpoint, but I expect in your response you have different md/lg layouts. Thanks for the...

At least give us a way of hooking into the header so we can implement ourselves. There's no work around to this and something completely normal for HTML tables. It's...

Last release was 2018. Not a single one of the 38+ contributors has commented in years.