deeptoaster
deeptoaster
At present the Geany Zen Coding plugin ignores the current line indentation when making an expansion or other replacement, which leads to a poorly formatted result that must be manually...
A command like `tsc-alias -p tsconfig.json --inputglob js --outputcheck js` currently fatals with ``` fileExtensions.inputGlob = options.fileExtensions.inputGlob; ^ TypeError: Cannot set properties of undefined (setting 'inputGlob') ``` because the removed...
Two changes: 1. In *LineSegment3D.hpp*, `m_cloud` is a reference to a shared pointer, so it doesn't count towards the shared pointer's reference count. This means that if the original `cloud`...