Lucas Colombo

Results 26 comments of Lucas Colombo

I'm facing the same error but when trying to install VUEJS3_DEVTOOLS. ```typescript if (import.meta.env.DEV) { app.whenReady() .then(() => import('electron-devtools-installer')) // !!!! // If I comment the following .then, error doesn't...

> Just launch `pm2 monit` before your node application. Tried that: ```bash pm2 stop ... pm2 monit pm2 start ... pm2 monit # it shows the logs # but after...

> actually, I was only able to reproduce this, when the peer dependency is also a regular dependency in subdependencies. Hi @zkochan, thanks for your reply! I just installed `typeorm`,...

## Update It fails with the same error message with version 2.4.0, but it works ok downgrading to v2.3.2 ```bash ~: $ clasp -v 2.3.2 ~: $ clasp login Logging...

Thanks @PopGoesTheWza ! By the way, I'm having this issue on Windows 10, but I recently tried to run clasp 2.4.0 on Ubuntu 20.04, and got the same error message....

Hi! I'm experiencing this issue with Angular + iframes. I see [#13525](https://github.com/storybookjs/storybook/pull/13525) was already merged and it should've fixed this. There's no one else having this problem any more? Maybe...

@dmartinjs that's kind of my situation too. In my case, the component is not taking the whole page, but it's a static header stuck to the top, and since I...

@wangdahoo not really, I ended up using `QueryBuilder` even though I prefer the `find` API. This is still an issue afaik

Can confirm this is happening with `Source Code Pro` and any other "custom" monotype font as far as I could test aswell. The only fonts that are working ok for...

This would be useful. For example to define golang package name on each file using the name of the parent folder ``` project |- foo | |- bar.go ``` ```golang...