Ben Jeffery

Results 132 comments of Ben Jeffery

You don't need this as you can set arbitrary properties on a javascript array. For example: ``` javascript var colors = [ [20, 20, 80], [22, 22, 90], [250, 255,...

The example @harthur gave was how things _might_ work if such a mechanism was implemented. It hasn't been, so you need to something like I suggested above.

You've tagged me here, but I'm afraid I stopped doing JS several years ago. Sorry!

For those waiting for this - it is possible to trick zenodo into thinking an old release has just been pushed by sending the webhook `POST` request to zenodo yourself....

I've had a look through the metadata code, and I think the best way to support the comparison to `None` is to do so at the `__eq__` method of the...

> we wouldn't want to have something like Hmm, yeah good point. I guess `is_null` works. I think I originally didn't think of it being possible to have a `None`...

Yep, makes sense to do after https://github.com/tskit-dev/tskit/issues/1051

Thanks @hyanwong, looks good modulo JK's comments. One more detail i should comment on - `additionalProperties` is optional here as it will be added to the schema for you if...

Decided to test these while I had my head in it: - `grep ^VmPeak /proc/113/status` - Not ideal as need to run this when the process is going - `/usr/bin/time...

I'm trying to wrap my head round this. So when tables get made from a tree sequence the tables are marked as read only by having a reference to the...