fangwancong

Results 2 issues of fangwancong

**tsconfig.json:** { "compilerOptions": { ... "paths": { "@/*": ["./src/*"], } }, } **ests.config.js:** const tsPaths = require("esbuild-ts-paths"); module.exports = { esbuild: { plugins: [tsPaths()], }, }; Error: Cannot find module...

I got an error "AttributeError: module 'mpl_toolkits.mplot3d.proj3d' has no attribute 'line2d_seg_dist'" when running on the matplotlib 3.4.2, it is a deprecated method. Is there an update for this? I added...