reda

Results 11 issues of reda

In my popup.js i used to do: `bg = chrome.extension.getBackgroundPage()` to get access to the background page. Then I could do `bg.xxx()` ... However, with this setup, i am getting:...

markdown-toc is generating : ``` * [Considération](#consideration) ``` instead of ``` * [Considération](#considération) ``` for this markdown: ``` ## Considération ```

# Issue summary Write a short description of the issue here ↓ ``` const response = await Shopify.Webhooks.Registry.register({ path : path, topic: "customers/data_request", accessToken, shop, }); ``` error: ``` TypeError:...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

Using this within a nextjs app and getting this error: ``` ReferenceError: window is not defined ``` I am just trying basic examples: ``` ```

I like the idea of mnemonic shortcuts and start using it, but when any menu is open, the shortcuts are not displayed correctly. See screenshots: dark theme buggy (macOS) light...

Use keyword: Jump as mnemonic to Navigate → Structure / Go to File Member (shortcut: J)

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

closing-soon
bug
p3
queued

I want to configure the following variables as follow: ``` emergency_restart_threshold: 10 emergency_restart_interval: 1m process_control_timeout: 10s ``` When adding these variables to the vars they get ignored. How to do?