Search found 9082 matches
- Sun Jan 10, 2021 11:45 pm
- Forum: Draft, Arch & BIM
- Topic: WB for creating Gantt Charts
- Replies: 11
- Views: 825
- Sat Jan 09, 2021 11:17 pm
- Forum: Developers corner
- Topic: Changes at TravisCI- affecting open source
- Replies: 41
- Views: 2373
Re: Changes at TravisCI- affecting open source
I think for the sake of lessening complexity at this time we shouldn't concern ourselves with QT4 or Python2 related builds
- Fri Jan 08, 2021 11:29 pm
- Forum: Developers corner
- Topic: Changes at TravisCI- affecting open source
- Replies: 41
- Views: 2373
Re: Changes at TravisCI- affecting open source
voskos wrote: ↑Fri Jan 08, 2021 6:07 pmAs always, jumping the gun I've done a preliminary migration to github actions here:
https://github.com/vosk/FreeCAD/tree/gi ... /workflows
https://github.com/vosk/FreeCAD/actions
- Thu Jan 07, 2021 9:46 pm
- Forum: Open discussion
- Topic: Trails Workbench (Transportation and Earthwork Workbench)
- Replies: 378
- Views: 26917
- Thu Jan 07, 2021 9:36 pm
- Forum: Developers corner
- Topic: Helping to review pull requests
- Replies: 64
- Views: 12047
Re: Helping to review pull requests
Well, if we're talking about formalizing and improving the PR review/merge workflow, then we could require that every PR contain an associated regression test. Of course exceptions are to be made when that makes no sense. I'm pretty sure that it's possible to write tests that performs interactions ...
- Thu Jan 07, 2021 9:31 pm
- Forum: Developers corner
- Topic: Changes at TravisCI- affecting open source
- Replies: 41
- Views: 2373
Re: Changes at TravisCI- affecting open source
Hi @voskos, we're discussing CI stuff here.voskos wrote:![]()
- Thu Jan 07, 2021 9:00 pm
- Forum: Developers corner
- Topic: Constraint icons size at Sketcher edit (PR ready)
- Replies: 58
- Views: 3357
Re: Constraint icons size at Sketcher edit (PR ready)
@ickby care to weigh in ?ickby wrote: pinged by pinger macro
- Thu Jan 07, 2021 8:28 pm
- Forum: Open discussion
- Topic: Helix tool in PartDesign - feature proposal including Pull request
- Replies: 53
- Views: 1697
- Thu Jan 07, 2021 4:19 pm
- Forum: Python scripting and macros
- Topic: [WIP] Tutorial: FreeCAD console mode (-c or --console) Tips and Tricks
- Replies: 22
- Views: 1545
Re: [WIP] Tutorial: FreeCAD console mode (-c or --console) Tips and Tricks
far from perfect, but i've been using a pystartup file for when i launch interactive python session Cool! So where is your startup file ? still haven't figured out a way to load this file when launching freecad other than prepending / wrapping the above statement within a shell alias or abbreviatio...
- Thu Jan 07, 2021 4:17 pm
- Forum: Python scripting and macros
- Topic: [WIP] Tutorial: FreeCAD console mode (-c or --console) Tips and Tricks
- Replies: 22
- Views: 1545
Re: [WIP] Tutorial: FreeCAD console mode (-c or --console) Tips and Tricks
Is it worth mentioning explicitly that you can execute code snippets inline? This is great but I'd like to stay in interactive mode which isn't possible here. Also, I thought you could execute Python scripts, but this doesn't seem to be working for me with the extracted 18.4 AppImage. I barely touc...