Search found 5541 matches

by adrianinsaval
Thu Apr 18, 2024 3:40 pm
Forum: Open discussion
Topic: Forum very very slow (again)
Replies: 14
Views: 789

Re: Forum very very slow (again)

are we being targeted by bots or do we naturally have more users? What can be done about his? we need better hardware or better software (move away from phpbb)?

@kkremitzki any thoughts?
by adrianinsaval
Thu Apr 18, 2024 3:24 pm
Forum: Developers corner
Topic: FreeCAD build requires gtest (googletest), but the build system does not check for it
Replies: 7
Views: 327

Re: FreeCAD build requires gtest (googletest), but the build system does not check for it

That running a test have nothing to do to be a developer In theory yes it does, these tests are supposed to be platform independent and therefore shouldn't give a different result unless you change something in the code. There is little or no benefit from users running these tests. The cmake variab...
by adrianinsaval
Thu Apr 18, 2024 3:20 pm
Forum: Open discussion
Topic: Sketcher_restoreInternal tool discussion
Replies: 10
Views: 518

Re: Sketcher_restoreInternal tool discussion

can we add transparency to sketcher lines? that could be an easy way of making them way less visually cluttering if they are hardly visible most of the time but bright when selected/hovered
by adrianinsaval
Thu Apr 18, 2024 12:31 am
Forum: Open discussion
Topic: Sketcher_restoreInternal tool discussion
Replies: 10
Views: 518

Re: Sketcher_restoreInternal tool discussion

That could make sense too but I would not want that unless we add some more smartness to the constraint tools to not loose convenience. Without the line dimmensioning or making the ellipse vertically/horizontally aligned will be a PITA because you have to select two points instead of just a line
by adrianinsaval
Thu Apr 18, 2024 12:24 am
Forum: Install / Compile
Topic: freecadpip not found in freecad 0.21.2 via apt-get install
Replies: 2
Views: 296

Re: freecadpip not found in freecad 0.21.2 via apt-get install

I believe this is a tool that was added to the snap package. It is not something we ship by default with regular freecad. However there might be some value in shipping a similar tool, @chennes what do you think?
by adrianinsaval
Thu Apr 18, 2024 12:06 am
Forum: Open discussion
Topic: Sketcher_restoreInternal tool discussion
Replies: 10
Views: 518

Re: Sketcher_restoreInternal tool discussion

Fair, but I'd still like to know what the value of ever exposing the internal geometry to the user is. There may very well be a good reason, but I most certainly cannot think of it. The answer to this question would be a reasonable driver for a following decision on the behavior. Yes? Simplest exam...
by adrianinsaval
Wed Apr 17, 2024 11:50 pm
Forum: Developers corner
Topic: FreeCAD build requires gtest (googletest), but the build system does not check for it
Replies: 7
Views: 327

Re: FreeCAD build requires gtest (googletest), but the build system does not check for it

if you are not developing you could just disbale developer tests and you won't need it anymore
by adrianinsaval
Wed Apr 03, 2024 2:51 pm
Forum: Open discussion
Topic: Dev issue, single Pad does not show error as it used to
Replies: 6
Views: 545

Re: Dev issue, single Pad does not show error as it used to

please create an issue on github for this
by adrianinsaval
Wed Mar 27, 2024 5:09 pm
Forum: Developers corner
Topic: Debug build fails : Libpack faulty
Replies: 13
Views: 6302

Re: Debug build fails : Libpack faulty

adrianinsaval wrote: Wed Mar 27, 2024 4:47 pm So maybe we just need to add conditionals dependending on the yaml-cpp version, 20.04 is probably the only one that fails because it's using an old version of yaml-cpp
Done, looks like it works. I'll try again making a windows debug build to confirm.