Christopher Thurston

Results 8 comments of Christopher Thurston

For v8/node I was able to get this to work: Need to make a static reference to hold the callback. ``` js %{ static v8::Persistent jsFunctionCallback; %} ``` Define the...

I was able to do it without making react-virtualized a hard dependency by modifying the render in DataSheet.js to pass back a virtual row renderer that matched the react-virtualized api....

I just hit this bug as well. The only information that I can give that might be helpful: When I place a breakpoint on the read() call it will successfully...

dalmatele, Can you share working build instructions?

Ran into the same issue. Desired to manually choose when to start recording, but still have it respect the interval setting.

I don't have a typescript build environment setup, but here is what I did to the compiled code to have circles and stroke width: Added a circle path function: ````javascript...

Additionally, it would be nice to be able to limit the history to last 20 commands.

Salesforce does it this way: "PAST_N_WEEKS:3" Which I didn't like as much as having n outside the string because the client would have to build the string rather than just...