wald-tq

Results 9 comments of wald-tq

plotly.js is used as external in vue-plotly. If you use vue-plotly in a project your own bundler is looking for plotly.js. So you can configure to resove plotly.js as you...

@stivni : have you tested angular-flash with angular 1.4.x?

I'm not working on it anymore

Sorry, I can't help you with your problem. We don't regret switching early from our plan using react-admin to building a custom admin interface with material-table and react-final-form. There were...

See my comment for the other vue-plotly library: https://github.com/statnett/vue-plotly/issues/14#issuecomment-545813235 plotly.js is used as external in vue-plotly. If you use vue-plotly in a project your own bundler is looking for plotly.js....

try with plotly.js$: ```resolve: { alias: { 'plotly.js$': 'plotly.js/dist/plotly-basic.js' } ```

@jerkald: how do you import plotly into your code? Do your builds still fail with the heap memory error? Have you tried giving your build host more memory? Is more...

Sorry to read that. Seems that systeminformation is also using wmic which is deprecated in 24H2: https://techcommunity.microsoft.com/t5/windows-it-pro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/ba-p/4039242 I am also looking for a solution to read wmi with nodejs without...

@sebhildebrandt thanks, I solved it in my app by calling powershell. I didn't know that you already solved that in your library. Get-CimInstance win32_VideoController | fl * This command works...