Jefferson Bledsoe

Results 98 comments of Jefferson Bledsoe

Hey @piitaya (Sorry for the `@`, there's no `CODEOWNERS` file for me to figure out where to direct questions), just wondering if you'd accept a PR for this at some...

@ksuess I've found myself having a `Pluggables` component that is rendered via `appExtras` to avoid having to do any shadowing when wanting to configure a pluggable item and to keep...

Hi @ksuess. Apologies for the delay, I've been off-grid for a week. Is there any reason Plugs couldn't be used here if they were to be fixed? Aside from the...

Just looking at this now. Looks like the Plugs aren't re-rendering on-search. Adding the `dependencies` prop (didn't realise this existed, thanks!) as suggested resolved it. I've added a test and...

@tiberiuichim This is exactly what I'm planning on doing through a policy package 🙂 Thought that it's something Volto could offer out of the box though seeing as we've got...

@tiberiuichim Just a quick thought on this. Any reason we couldn't create a normal page at `/seach` in the `plone.volto` backend package?

@mmatyas Am I on the right track with this PR? If so, I'll try add support for any other platforms/ providers which could provide age info (I'd have to do...

As mentioned in a [previous comment](https://github.com/alphagov/govuk-design-system-backlog/issues/33#issuecomment-480209778), the [WAI-AIRA Authoring Practises breadcrumb example](https://www.w3.org/TR/wai-aria-practices/examples/breadcrumb/index.html) applies an `aria-label` of `Breadcrumb` so that users know when they have entered or existed the breadcrumb. Without...

@stevepiercy I started looking into this by setting up sphinx-js in #3683, but I'm having some issues trying to get it recursively find all doc strings. In the sphinx output,...