Baqer Mamouri
Baqer Mamouri
### Introduction AccessibilityInfo provides `isBoldTextEnabled` to determine if the bold font is enabled in accessibility settings. Currently, this option is limited to [iOS](https://github.com/facebook/react-native/blob/07a63a2376ed2423ce3e854c6cecad0cb29e4a74/Libraries/Components/AccessibilityInfo/AccessibilityInfo.js#L88). But on Android on API level 31...
I have an authentication middleware. In the middleware if the request method is OPTIONS I am returning the handler intact with the aim that aiohttp-cors handle the preflight request and...
I am trying to install `marky-markdown` package, but the installation failed with the following error: var marky = require("marky-markdown") #### Application Error ##### Message Cannot read property 'id' of null...
When I add the map directly using web component, the map rendered successfully: ``` ``` However, when I add the key to the Elm component, I got an exception that...
### Link to reproduction _No response_ ### Payload Version 3.0.0-beta.81 ### Node Version 18.20.4 ### Next.js Version 15.0.0-rc.0 ### Describe the Bug When I specifiy generateImageName in the upload config...
I am trying to use gray-matter in Next.js edge runtime. But it seems that the library is not compatible with edge runtime. I am getting the following error: ``` Dynamic...
### Link to reproduction _No response_ ### Environment Info ```text Node.js v18.20.4 Binaries: Node: 18.20.4 npm: 10.7.0 Yarn: N/A pnpm: 9.8.0 Relevant Packages: payload: 3.0.0-beta.100 next: 15.0.0-canary.143 @payloadcms/db-postgres: 3.0.0-beta.100 @payloadcms/email-nodemailer:...