Joseph Mawa
Joseph Mawa
Currently, links that point to other sections within the documentation have placeholder links to make the CI pass. It is only possible to add the correct links if the sections...
# Issue description This issue is to keep track of [Improve the Introduction and Explanation sections](https://wechaty.js.org/2021/05/13/gsod-2021-improve-introduction-and-explanation-project-joint-proposal/) secondary project under [Google Season of docs 2021](https://developers.google.com/season-of-docs/docs/timeline). ## Technical writers - [Joseph Mawa](https://github.com/nibble0101)...
**Describe the bug** According to the [documentation](https://developer.chrome.com/docs/extensions/reference/action/#method-openPopup), the `openPopup` method should be available in Chrome 99+ but I get the `Uncaught TypeError: chrome.action.openPopup is not a function` error when I...
# Issue description If you navigate to the English version of [community/support](https://ocaml.org/community/support.html) page, you will see the following: **English page**  When you switch to the French version, you see...
When you bootstrap a new refine project using the refine command line tool and select `Strapi v4` as `Data Provider`, a `src/authProvider.ts` file is created. Of particular interest is the...
Currently it is possible to click the Download button if a user enters at least one character in the URL input bar. I believe the app even goes ahead to...
### 📋 Explain your issue I wanted to add the remarkToc plugin to my astro config as described in the [documentation](https://docs.astro.build/en/reference/configuration-reference/#markdownremarkplugins). ```js export default defineConfig({ markdown: { remarkPlugins: [remarkToc], },...
I started tinkering with React Native Paper recently before stumbling on this package. This package works fine in development. The android project even builds successfully using [EAS](https://docs.expo.dev/build/eas-json/). Unfortunately, clicking the...