Daniel Ji

Results 6 issues of Daniel Ji

**Description** When too many events are defined on a state, then there's an error in the visualizer (instrument.js:109 Error: java.lang.IllegalStateException: Invalid hitboxes for scanline constraint calculation.) The old viz can...

### Bug Please try to answer the following questions: - What version of Neutrino are you using? 8.3.x - Are you trying to use any presets? If so, which ones,...

bug
help wanted

Hi, I noticed that typescript compiler is warning me with the following msg when trying to import `import { performance } from '@perf-tools/performance';` ```TS9006: Declaration emit for this file requires...

After some experimentation, it appears we can chain withState **after** withReducer to set initial state. If I chain withState **before** withReducer, then that initial state is discarded. However, I'm wondering...

Why are there no `purposeConsents` for each vendor in the `vendorConsents`? The purposeConsents has only 1 set of purpose consents. ``` window.__cmp('getVendorConsents', [1, 12], function(result) { console.log(result); /* // result...

allowing a prefix to the symbol IDs was an option in the other SVG libs I used. So I thought I'd add one here.