sharq88
sharq88
**How to fix "/usr/lib64/libstdc++.so.6: version `CXXABI_1.3.X' not found"** The root cause is your local GCC is outdated. You haven't stated what your base OS is, so I drop here some...
@sl5035 #138 might be interesting to your use-case?
Bad news.. from official support perspective: https://github.com/nodejs/node/issues/8443
I have rewritten part of chartjs-node-canvas. It does need some more work on the typescript front. (dist/index.js contains a clean and working version which does not leak memory. This could...
Fixed... after investing quite a lot of time into it: https://github.com/sharq88/ChartjsNodeCanvas/pull/1 I’ve built a fake ChartJSNodeCanvas class with identical interface and proxied all function calls to a child process factory....
Having the same issue - WMIC is now deprecated.. https://techcommunity.microsoft.com/blog/windows-itpro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/4039242
Wrapping around functionality with services can help fading this issue. Just an idea / temp solution: ``` deleteOne: ( req, res ) => { // Temp store for record let...