Tanner Dolby
Tanner Dolby
> @tannerdolby Thanks for all of your work on this! Can you find out why #4388 fails on some documents, and fix that? I would recommend running a full build...
Hmm, just tested this out locally and currently we can't paginate a collection without the following error being thrown: ``` tannerdolby:11ty-tester TannerDolby$ eleventy Problem writing Eleventy templates: (more in DEBUG...
@jackdomleo7 👋 If no one responds or is assigned soon, I've got some free time this weekend to track down a fix for this. Hope you've been well mate!
@jackdomleo7 Cool! Thanks :) You will probably laugh when you see the fix but the comment appearing thrice was expected based on the order of compiling for the partial files...
@connorjclark is there still any interest in updating the footer of reports? I see it has changed a bit since [this comment](https://github.com/GoogleChrome/lighthouse/issues/9934#issuecomment-742814499).
@alexander-akait I might be a bit late to the party here, but I am happy to help out with any remaining bugs/issues. Let me know if y'all still need any...
@alexander-akait You're welcome! Okay cool, sounds good. I'll make sure to reachout if I need help with anything. @ludofischer Thanks for the heads up and for providing some context around...
@ckifer Yeah, I agree this is expected behavior since we don't want any lines past the edges of the chart when using `allowDataOverflow`. I think this was mainly a "want...
No problem, thank you for taking a look. > It might be reasonable to say "if there is an line that will be clipped horizontally in half, expand the domain...
Setting `allowDataOverflow={true}` on the YAxis makes needClip true in the render method of `Bar.tsx` and the `` is used which hides the overflowing bars. - https://github.com/recharts/recharts/blob/3.x/src/cartesian/Bar.tsx#L496 @ckifer this issue might...