ZhangZihan
ZhangZihan
## Expected Behavior `volume > 0` ## Actual Behavior `volume = -4084257.384990225` ## Steps to Reproduce the Problem Write the following code in [jscad.app](https://jscad.app/) ```js const jscad = require('@jscad/modeling') const...
Related issue: None (if applicable) ========================= Description: I think there is a mistake here `degree = 3 in POW_4_FN` ========================= A clear and concise description of what the problem was...
```typescript import * as MONACO from "monaco-editor"; const container = document.getElementById("app") as HTMLDivElement; // bad loader.config({ 'vs/nls': { availableLanguages: { '*': 'zh-cn' } } }); const monaco = await loader.init();...