Alex Birmingham

Results 6 issues of Alex Birmingham

Occurs when Rickshaw.Graph.render() is called with no data. Here we simply check that scenario before calling d3. See issue #438. This is my naive solution to the issue, however it...

Currently `Qs.stringify({ 'this.is.unfortunate': 2}, { allowDots: true })` results in `'this.is.unfortunate=2'`, which is ambiguous. `'this.is.unfortunate=2'` can be interpreted as both `{ this: { is: { unfortunate: 2 } }`, and...

feature request
enhancement
help wanted
question
parse
stringify

**Steps to Reproduce:** 1. Have a webpack 4 project with typescript. 2. Create file `TableRenderer.ts`: ```typescript import { Table } from './Table'; const renderTable = (table: Table) => console.log(JSON.stringify(table)); ```...

Hello! I'm seeing detections which I would consider to be duplicates. Imagine that I have `a.ts` and `b.ts` and they import from one another, creating a circular dependency. In this...

# Bug report **What is the current behavior?** I am noticing that the contenthash on my production builds is not consistent from build to build. A few observations: 1. Sometimes...

bug

Hello! Thank you so much for the library! It's worked great for smaller sets, but for a set of 8k events I'm starting to see longer execution times (~10s). I'd...