extension-examples icon indicating copy to clipboard operation
extension-examples copied to clipboard

Examples and templates for use with the Looker Extension Framework.

Results 28 extension-examples issues
Sort by recently updated
recently updated
newest added

``` ERROR in ./src/index.tsx Module build failed (from ./node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/babel-loader/lib/index.js): ValidationError: Invalid configuration object. Babel loader has been initialized using a configuration object that does not match the API schema. -...

Hello, how best to determine the environment the framework is running in? ie serving a local file vs a looker staging server vs production. Relatedly, is there a way to...

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

The extension framework and its examples should support gzip. Currently if trying to use in the `manifest.lkml`: ``` application: compressed_application { label: "Compressed Application" url: "https://cdn.example.com/dist/bundle.js.gz" } ``` Error received:...

Hello there :) I'm having issues with setting up the webpack configuration to include svg assets correctly into bundle.js I have tried react-svg-loader, svgr, file-loader with no luck. Do you...

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @​adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies