davidbielik

Results 8 issues of davidbielik

### Versions - nuxt: v2.15.8 - node: v16.14.2 ### Reproduction [Reproduction.zip](https://github.com/nuxt/nuxt.js/files/9210243/Archive.zip) Additional Details **nuxt.config.js** ```javascript import extendRoutes from './scripts/extendRoutes'; const config = { router: { base: process.env.BASE_URL, extendRoutes: extendRoutes, },...

bug-report

### Bug description ```typescript const puppeteer = require('puppeteer'); (async function () { const browser = await puppeteer.launch({ headless: true, args: [ '--disable-gpu', // if i remove this, strangely the process...

bug

### Problem to solve When migrating to a Nuxt application, I have to find and add the `nuxt` attribute to all ``, ``, etc. ### Proposed solution Is there a...

S: triage

I see that since #87 this library was converted to Typescript. What's the correct way to import typescript definitions so that it can be used within VSCode? ## Minimal Code...

question

### Is your feature request related to a problem? Please describe. I would like to listen for errors in my Stripe calls so that I can log to my error...

future
feature-request

Adds typescript types for `InitConfig` based on `DEFAULT_CONFIG` found in `mixpanel-node.js`

Hi there, The `ExecutionWorld` type should also include `"MAIN"`. Can this be added to `@types/webextension-polyfill`? https://developer.chrome.com/docs/extensions/reference/scripting/#type-ExecutionWorld ```typescript await browser.scripting.executeScript({ target: { tabId }, // @ts-expect-error @types/webextension-polyfill are wrong world: 'MAIN',...

Adds new regions to braze server destinations ## Testing - [ ] Added [unit tests](https://github.com/segmentio/action-destinations/blob/main/docs/testing.md#local-end-to-end-testing) for new functionality - [x] Tested end-to-end using the [local server](https://github.com/segmentio/action-destinations/blob/main/docs/testing.md#local-end-to-end-testing) - [ ] [If...

partner-eng-review (cloud)
eng-acknowledged
mode:cloud
team:external