Stephen Bannasch

Results 47 comments of Stephen Bannasch

Another report FreeCAD 0.21.2.33771 using Python 3.10.13 on macOS 14.4.1 Steps: 1. open freecad 2. make new document 3. open gear workbench 4. make worm gear 5. save document FreeCAD...

Same errors saving (as described in [#146#issuecomment-2111358476]) when installing latest manually (https://github.com/looooo/freecad.gears/issues/146#issuecomment-2111358476) 1. Use addon-manager to uninstall freecad.gears 2. Install freecad.gears manually ``` % cd ~/Library/Application\ Support/FreeCAD/Mod % git clone...

I've just hit the same issue. I've got a directory with git clones of many external gems. I make separate directories with symbolic links to subsets of the gems in...

I figured out how to add TextMate as a custom executable: "Project", "New Custom Executable..." and modified the target run script to create a symbolic link if debugging or just...

FYI: I didn't think there was an issue in the command invocation -- _running ackmate project find works -- the problem is just with opening files in directories that are...

Interesting ... When this executes in JPAckWindowController:330: ``` [[[NSApplication sharedApplication] delegate] openFiles:[NSArray arrayWithObject:absolute]]; ``` and _absolute_ references the file _through_ a symbolic reference: ``` (gdb) po absolute /Users/stephen/dev/ruby/src/em/em-http-request-git/lib/em-http/client.rb ``` openFileName...

I've put a patch that fixes this (partially in a somewhat hacky way) here: http://gist.github.com/554581 I'm not going to fork and push a topic branch until I can get it...

I fixed the move to line number issue by using the mate '-l' argument. Here's a topic branch with the fix: http://github.com/stepheneb/AckMate/tree/fix-opening-files-with-symbolic-links The new code still doesn't check to see...

I agree it's somewhat ugly ;-) But now this use case works for me -- and searching large numbers of files is where I really appreciate using ackmate! I couldn't...

seems to execute without error ... but doesn't open the file