bigsu

Results 4 issues of bigsu

What's this? `triangle.triangulate({"vertices": all_vertices, "segments": all_segments}, "pD")` I attempted to split a segment to a smaller size than can be accommodated by the finite precision of floating point arithmetic. Try...

将代码保存为index.js 然后在控制台执行 node index.js 像我这样建个文件夹,弄个脚本,双击执行就可以 ![image](https://github.com/Reamd7/notion-zh_CN/assets/18549401/d0a4621b-c36a-4a08-a004-49a652e986dd) ``` const fs = require('fs'); const os = require('os'); const path = require('path'); // 获取系统用户名 const username = os.userInfo().username; // 构建文件夹路径 const folderPath =...

enhancement

I encountered an error when running the program after packaging it with PyInstaller. Python 3.11.9 `pip install pygeoops==0.5.0a1` ![image](https://github.com/user-attachments/assets/ff2769e1-fcaa-4149-b9ac-20bda32331f5)