Jake Dluhy

Results 8 comments of Jake Dluhy

I ran into a situation where I have an API that's using the links object, and had to hack together a solution... Here's the way I did it: ``` //...

I am also still seeing this, but only on Windows. ``` Failed to compile C:/Users/dev/development/react-frontend/app/styles/main.scss: Error: File to import not found or unreadable: ../../../node_modules/grommet/scss/grommet-core/settings.defaults. Parent style sheet: /sass/C:\Users\dev\development\react-frontend\app\styles\vendor\grommet.scss on line...

I'm currently getting around it my running `node-sass` to compile my sass and then referencing the css output.

[problem_obj.zip](https://github.com/AnalyticalGraphicsInc/cesium/files/768084/problem_obj.zip) I ran into this same problem, using the obj in the zip and `obj2gltf` as well. I haven't modified it at all.

Looks like it's happening at line 1178 of GeometryPipeline: ```javascript Cartesian3.clone(Cartesian3.ZERO, normal); for (j = 0; j < vertexNormalData.count; j++) { Cartesian3.add(normal, normalsPerTriangle[normalIndices[vertexNormalData.indexOffset + j]], normal); } Cartesian3.normalize(normal, normal); ```...

I see #313 was merged, but I tried using `route_uri` (and `name`) and neither is working. Is there a way to rename an API path?

FWIW I was able to get it working with: ``` "@sparticuz/chromium": "122.0.0", "puppeteer-core": "^21.1.1", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", ```

This is probably related to https://github.com/gkjohnson/three-bvh-csg/issues/183, which is fixed in version 0.0.15 of three-bvh-svg. So likely an upgrade of the library here would fix it