Joseph Mawa

Results 7 issues of 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...

GSoD 2021
introduction
explanation

# 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)...

GSoD 2021
introduction
explanation

**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...

bug
P2
extensions
content

# 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** ![image](https://user-images.githubusercontent.com/52580190/112895170-759bfe00-90e5-11eb-8029-4eb2c3855f01.png) When you switch to the French version, you see...

Translation/French

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], },...

improve documentation
help wanted