unconed
unconed
While trying to use this module with Electron (20) on macOS x64, I get: ``` dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeEPKNS_9CFunctionE Referenced from: /[...]/node_modules/@lmdb/lmdb-darwin-x64/node.napi.node Expected in: flat...
In the latest Chrome Canary, bitcasting a float to a NaN no longer works, i.e.: ``` let NaN: f32 = bitcast(0xffffffffu); ``` Apparently this is intentional: https://github.com/gpuweb/gpuweb/issues/3468 How am I...
### What problem does this feature solve? To customize a chart, it's convenient to shadow/clone an existing series (e.g. `bar`) with a `custom` one, so you can draw on additional...
Current behavior: When trying to use the texture format `rgba8uint` as destination for a `copyExternalImageToTexture` from a PNG, Chrome reports an invalid destination format. Expected behavior: Copying to a `uint`...