Andrew Pitts

Results 7 issues of Andrew Pitts

Wondering what the rationale is for setting button.prop('disabled', true) and then false. Would it not be easier to let the user handle this via ng-disabled? Use case is that I...

In the Intro to Scikit Data (skdata) notebook, I receive the following error message when running the below code: from skdata.mnist.views import OfficialImageClassification task = OfficialImageClassification() print 'Digit shape', task.train.x[0].shape...

Is it possible to have both rolling sessions as well as an absolute expiry time? So, the session will resave and roll with a maxAge of 15 minutes but expire...

## Feature request template **Is your feature request related to a problem? Please describe.** Currently all edges are drawn and then all nodes are drawn in sigma.js. I believe this...

enhancement
postponed

Is it possible to pass an argument (or otherwise alter the code) such that a user can control the sensitivity of community detection (i.e. more sensitive would result in a...

question

I understand that there are multiple co-ordinate systems in sigma.js v2: https://github.com/jacomyal/sigma.js/blob/v2/docs/coordinates.md This makes the application of the noverlap layout algorithm challenging when using sigma.js v2. We can have a...

question
discussion
library

Parsing 5,000 rows takes a few seconds but 30,000 rows just seemed to hang / not work. I stopped it after a few minutes though. I would have thought time...