u2fly
u2fly
Related OpenSSL issue: - https://github.com/openssl/openssl/issues/7481 @probonopd, is there a way to setup AppImage build to not bundle any connection related libs at all and set AppImage to use all the...
Here is a solution used in FreeCAD's AppImage: - https://github.com/FreeCAD/FreeCAD-Bundle/commit/9db09e470163bfc7e36d4a1f00da6c54fe5ef483 AppRun entry code: ```Shell ... # SSL # https://forum.freecadweb.org/viewtopic.php?f=4&t=34873&start=20#p327416 export SSL_CERT_FILE=$PREFIX/ssl/cacert.pem # https://github.com/FreeCAD/FreeCAD-AppImage/pull/20 export GIT_SSL_CAINFO=$HERE/usr/ssl/cacert.pem ... ``` I tried it...
> Full script can be found: @abcfy2, Thanks. Could you point me how/where to insert your solution into LeoCAD's YAML? - https://github.com/leozide/leocad/blob/master/appveyor.yml
@abcfy2, Thanks.
> the user will be able to treat widgets currently fixed in status bar as toolbars (and so drag them into desired locations or disable). That will be available in...
> yes, so far lines grid support only orthogonal grid - that comes from original commit https://github.com/LibreCAD/LibreCAD/commit/ed31f50856593b7e32e8f810b0073b985d636f76 Are all the features from https://github.com/LibreCAD/LibreCAD/pull/1831 already merged into `master`? Also, there would...
> Yes, as far as I know... Why `#1831` pull still open, if all of the features from `#1497` pull already merged into `master`? Also, as just added into previous...
> > I can't find a way to set show Preview Reference Point cross with a hollow squre at center. > > well, not sure I understand this properly. Here...
> You mean that X axis should be draw say, for values from (0.0 to 0..infinity and same for Y axis)? Technically - it's easy to add, but not sure...
> well, if I'll have some spare time, I could add it (plus, appropriate preferences are needed to control at least shape and size..), but for now I can't say...