Önder Ceylan

Results 30 comments of Önder Ceylan

Thanks for your request @damianfrizzi. It would be nice to have this capability, I haven't tested it on serverless functions yet. Let me have a look at this.

Local dependencies could be copied over to the dist via the webpack copy plugin. This is how I loaded my local ionicons dependency; **.storybook/main.js** ```javascript const CopyPlugin = require('copy-webpack-plugin'); module.exports...

Could it be related to https://github.com/ionic-team/ionic-plugin-keyboard/issues/289? If so, I fixed it on my fork and it's long awaited for the pull.

Hey @atjn, v7 introduces PAG_USE_NO_SANDBOX env var, in addition to the no-sandbox flag. Do we still need this PR?

@atjn we should support the flag. But I was under the impression that meow converts the flags that have dash to camelCase. > Note that flags are always defined using...

@KyoJamett is this still an issue with the v8.0.1?

no-sandbox arg can be set with an env var with v7.0.0. `PAG_USE_NO_SANDBOX=1 pwa-asset-generator ...`

> I've put together a list of initial requirements for extension support in the Chrome DevTools MCP server and updated [the first comment with it](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/96#issue-3447351443). Feedback is welcome! > >...

> > I wonder if it would be possible to toggle sidebar, and popup views and take screenshots of them too. > > In which cases would you need this?...