Olabode Lawal-Shittabey
Olabode Lawal-Shittabey
> I'd create a loading component in the same folder, and pass down the recent searches data to the loading component as a prop from "recent-searches.jsx" to get the exact...
Sure thing @DevYoma, Kindly proceed! You can just create component within the same `search` island file (take notice of how the other sub-components are done in there 😉) no need...
This issue will now be close following the introduction of [feat: implement search with ✨jAI](https://github.com/jargonsdev/jargons.dev/pull/202) This feature introduces a guardrail for cases where results for a word isn't found in...
> how we're going to use the ContributeCTA component that's in astro in the `search.jsx` island Oh, that you already done with your introduction of the `SearchSuggestionContribution` locally in the...
Hey @DevYoma This PR will now be close as the functionality is considered "no-longer required" following the introduction of [feat: implement search with ✨jAI](https://github.com/jargonsdev/jargons.dev/pull/202) This feature introduces a guardrail for...
Great, thanks @victor-keltio > url: 'https://api.github.com/search/issues?q=in%3Atitle+repo%3AXXX%2FXXX+type%3Aissue+state%3Aopen+The%20automated%20release%20is%20failing%20%F0%9F%9A%A8' But, this does look like it's still making a request to the Github Issue Search Rest API 🤔 What'd you think @gr2m!?
Hey @brandon-kyle-bailey, the issue you've got... Does it relate to this specific one?? 🤔
> just hit this situation again when releasing this plugin: https://github.com/semantic-release/github/actions/runs/10324510144/job/28584116021 What a bummer right there @travi, just talked about this with @gr2m few hours ago. We talked about this...
Hey @davidnormo, Thanks for reporting this case. I have given the approach a shot and I think it will work just fine seating in the context of just `write` permission...
Just write all these functionality into that single plugin or an array of plugins... Then explicitly add it to your configuration in the `plugin` property to override the defaults. 😉