Month: February 2021
plt.show() strong discrepancy to plt.savefig() PNG, PDF & SVG (which are all ‘identical’)
Bug report Bug summary The saved figures of a scatter plot are rendered/interpreted completely different from showing them. This is consistent and might be related…
BUG: read_excel with openpyxl results in empty data frame
[ X ] I have checked that this issue has not already been reported. [ X ] I have confirmed this bug exists on the…
Evaluating Component.propTypes
I am getting this error from upgrading from RN 0.59.10 to RN 0.61.5, I can’t find the reason. Any clue? Libs were unlinked and added…
Proposal: Faster transpilation by passing babel an AST
Could the new –ast mode be used to pass asts to babel for transpilation directly, instead of emitting js that gets re-parsed by babel? coffee…
Use native ESM for dev scripts
Since we are now only building Babel on Node.js 14 (even if we still test it on Node.js 6), we can use native ECMAScript modules…
CSS3D “artifacts” in Three.js examples
Describe the bug Displaying the Aluminum Oxide molecule in the css3D renderer example sometimes causes stripes and other shapes to be filled outside of the…
Smooth shading not working even with explicit flatShading: false
Describe the bug According to docs, smooth shading is the default. Unfortunately, I cannot set it up. To Reproduce I just started with three.js, but…
Three.js freezes CSS animated background images and transitions
Describe the bug Three.js (WebGL) freezes background animations (.gif in my case) and CSS transitions. Bascially when i don’t trigger any CSS transition, the background…
Typescript types are not exported for r126
Describe the bug Typescript types are not exported for r126 To Reproduce npm install three@126 Code import { Vector3 } from “three Then you get…
docs: Add info about mipmaps in WebGLRenderTarget docs
WebGLRenderTargets sets generateMipmaps to false for the related texture, which differs from the default behaviour of the Texture object, where generateMipmaps is true by default:…
Recent comments