oussama Dahmaz

Results 10 comments of oussama Dahmaz

Thank you for the quick reply

@amchang Could u please accept the license ??

This issue is releated to [1530](https://github.com/airtasker/spot/issues/1530). An active PR is also available in [1529](https://github.com/airtasker/spot/pull/1529)

@amoghsharma1996 you can import `oa3server` & `oa3serverVariables` from the build package like this : ```typescript import {oa3server} from "@airtasker/spot/build/lib/src/syntax/oa3server"; import {oa3serverVariables} from "@airtasker/spot/build/lib/src/syntax/oa3serverVariables"; ```

- When there is multiple bridges detected, Lights will get the same names, then the plugin will not declared them => need to find how to change those names by...

Need to move customize icon extra query to dynamic configuration

Hello @Freytag u can use type assertion to modify tsPaths const of `./storybook/main.ts` file. something like this : ```typescript const tsPaths = new TsconfigPathsPlugin({ configFile: './tsconfig.base.json', extensions: resolve.extensions, mainFields: resolve.mainFields...

@Freytag could u provide a repo please ? I cannot reproduce locally

@Freytag I got some erros in the console when running `nx storybook core-components` ``` ERR! Error: Cannot find module 'react/package.json' ERR! Require stack: ERR! - /home/CENTRO_odahmaz/IdeaProjects/nx-stencil/node_modules/@storybook/builder-webpack5/dist/cjs/preview/iframe-webpack.config.js ERR! - /home/CENTRO_odahmaz/IdeaProjects/nx-stencil/node_modules/@storybook/builder-webpack5/dist/cjs/presets/preview-preset.js ERR!...