anselor

Results 60 comments of anselor

@kmvanbrunt The transcripts feature is an area of cmd2 I haven't really touched. At a high level I see no reason why it would be a problem.

@duck-rh Have you looked at the external test plug-in? https://github.com/python-cmd2/cmd2/tree/master/plugins/ext_test

@duck-rh It's distributed as a separate wheel you can import for your tests. https://pypi.org/project/cmd2-ext-test/

If the goal is to improve startup time, what if, instead of yet another thing to configure, we defer loading anything related to the clipboard until something is called that...

andd ... I just realized I'd said that months ago.

I tried this today to be sure but I was pretty sure this suggestion by itself wouldn't work because the decorator, just like the the ArgumentParser instances, only runs once...

Sorry, this slipped out of my brain and I didn't notice until now. It looks like the build log is gone and I'm not sure how to rerun the build...

@rdhammond15 It looks like flake8 recently become opinionated about that. I disagree with E704 being an antipattern. Just go ahead and disable E704 for flake8 globally.

It's entirely up to you how you want to persist settings. The `Settable` has as an attribute `onchange_cb` that allows you to provide a callback function when that setting is...

I'm also having a similar issue. Here's the project file: [Fallout Vault Boy Bobble Head.zip](https://github.com/SoftFever/OrcaSlicer/files/15125446/Fallout.Vault.Boy.Bobble.Head.zip) Plate 1 freezes at 80%. I've tried this file with 1.9.1 and with the 2.0.0...