Michele

Results 8 comments of Michele

I was able to use @therealparmesh code without restarting the server, so I don't see an issue here

May be helpful: **tsconfig paths in rollup don't work for JS file**. To solve, just convert your JS files to TS/TSX

[I did some research and wrote the findings here](https://github.com/themainingredient/colormate/issues/69#issuecomment-516031432). TLTR: macOS does not provide direct access to the eyedropper yet but it's currently in beta for the version 15. After...

+1 on this, cloud functions usually will need to share some common code (e.g. interfaces) with other apps and a nice way to deal with this is a monorepo (e.g....

Had the issue on iOS with signed url. Applying the fix from @adrach fixed the issue, and in case you wonder how to use the code he proposed you can...

@transitive-bullshit the sass works adding node-sass and simply renaming files on the basic setup. The bad news is that doing the same with typescript does not work... Any idea? This...

had the same on windows 10, but I had to set PUPPETEER_SKIP_CHROMIUM_DOWNLOAD to true because of company restricted access. How can I run it on chrome/chromium? The first is installed,...

@tm-3 thanks! I also added the js script for the icons (I import ionic as module in the story itself for the missing js) ``` ```