Laurence Penney

Results 130 comments of Laurence Penney

Apologies for that. I should have added the issues myself, since that was one of several things that broke when I made several changes as I switched to the samsa-core...

I’m fine going back to a single ``. Hacking the `description` attribute feels odd though. Maybe `class` or `name`?

How are you thinking of recording groups in the XML? My current preference is to use `name="myGroup"` mimicking HTML’s `name` attribute.

I’m talking about mappings being assigned groups, according to function, such as all the mappings to fence off an area. In a UI, groups could be activated/deactivated, visible/invisible, differently coloured,...

Please explain the benefit of using float here, rather than int16 or int32.

Will it work to take 2^n+1 locations from every region encoded in the IVS? (where n=number of dimensions having value!=default, thus encoding all of the n-D region’s corners, and the...

Apologies for multiple edits of above. I think I’m done :)

This is really promising! In parallel I’ve been generalizing the drawing instructions produced by the Samsa library, removing SVG-specific output, and expecting more from the consumer application to build the...