Ben Bleything

Results 24 comments of Ben Bleything

Ah, looks like maybe python/mypy#13627 is the issue. The suggested fix is to downgrade python to 3.10.6, apparently.

I rebased onto current master and the mypy errors disappeared. I also added some simple docs to make it consistent with other properties. It doesn't seem to change the rendered...

Cool, I'll take a look at that this weekend.

@abey79 oh sweet! I probably won't be able to try it until tomorrow but I'll take a look asap

@abey79: mentioned this in discord but for posterity: vpype installs correctly and `vpype random show` works as expected but the schotter example is still rendering incorrectly.

looks like the render issue is covered by #318. going to close this.

sorry for the delay! I rebased and added an example, will update the docs shortly.

okay, one last rebase and added docs. They seem to render fine. I'm not sure if the ``:attr:`Vsketch.random_seed` `` thing is correct or not... hopefully it'll automatically link to the...

I'm not sure I'm following. What would that string replace do?

Ah okay, I see what you mean. I'm hesitant on this because it's relying on a coincidence (that python's dict dump format happens to resemble json) rather than using an...