Mudit Juneja

Results 29 comments of Mudit Juneja

Are we taking about a page like this - https://openlibrary.org/search?subject=Magic. This has the pagination widget only at the bottom. And we want it to be there at the top as...

@cdrini This command works on my Mac after removing uroot. File has been generated. @agmckee I can create a PR if you are still facing the issue.

Hi @cdrini, I have created a PR with newly generated messages.pot file. Check here - https://github.com/internetarchive/openlibrary/pull/6893 This was the command that I ran : `docker-compose run --rm -e PYTHONPATH=. home...

More observed issues in next - - [x] Tables listing the component props is not being rendered correctly - [x] Code blocks having more than 8 lines are not being...

Hey @alisonjoseph I will look into these soon.

can you clarify the this - `Remove new hideCode prop added here: https://github.com/carbon-design-system/gatsby-theme-carbon/pull/1422 Show more button needs to show/hide by default, the Carbon component should do this out of the...

Hi @eng618 the styles are not being applied properly on the copy button due to the conflicts in styling. I guess, All those webpack warnings when building and starting the...

Yeah that makes sense. Actually there is already a logic that if there are 9 lines of code, it would automatically show the button and hide the code that we...

If there is a code block having more than 9 lines of code then this would come into play. This would be useful if someone wants to show the entire...

fullWidth is also a bool but I think showAll makes more sense as the prop name. Here is the PR for this change - https://github.com/carbon-design-system/gatsby-theme-carbon/pull/1445 Can you review this?