Stephen Bannasch

Results 47 comments of Stephen Bannasch

This thread was very helpful. Just had this issue with a model with multiple parents -- so there is no obvious way acts_as_list could have prevented problem. Problem occurred when...

That would be fine! Also if you want to outline where changes should be made I'm also happy to try and implement the feature and generate a pull request. On...

I already have iohook in the package.json dependencies for the electron app so when I manually create the destination path and copy `iohook.node` successfully built in the git clone in...

Noticed that the **Toggle offcanvas** button isn't working correctly. Clicking it just adds a dropshadow on the right window edge. ![image](https://user-images.githubusercontent.com/7188/134753404-dcc55ddf-42f8-420c-8b6f-df86f2e73dca.png)

Not very familiar with conda. Am curious what changes need to be made? Tried this on macos. ``` $ brew install miniconda ... $ conda --version conda 4.10.3 $ git...

@looooo Tested this morning. It's much smoother. Noticed this at the end of the process. Not sure if it's an issue. ``` sed: 1: "APP/FreeCAD.app/Content ...": invalid command code A...

Yes, ``` $ ~/Downloads/FreeCAD.app/Contents/MacOS/FreeCAD -t 0 ... test_export_svg (drafttests.test_svg.DraftSVG) Create some figures and export them to an SVG file. ... ------------------------------------------------------------------------------ Temporary document 'DraftSVG' Test 'importSVG.export' file=/Users/stephen/Downloads/FreeCAD.app/Contents/Resources/share/Mod/Draft/drafttest/out_test.svg exists=False Arguments to...

Also noticed the app icons are different. ![image](https://user-images.githubusercontent.com/7188/143931931-45ab3496-a6be-491a-9968-dcabdb21a2b2.png)

reverted in this commit in a fork: http://github.com/stepheneb/has_many_polymorphs/commit/fd531f3310b2fbcf06a9e46e7fe55d71f5585ae3

I've got a patch that fixes this (more shortly).