Danilo Bargen

Results 535 comments of Danilo Bargen

Note: One advantage of a MSIX would be that you can upload it to the Microsoft store. (I'm not sure if that's desireable or not though, in the case of...

@Dragon1573 from the [release notes 1.1.0](https://librepcb.org/blog/2024-04-03_release_1.1.0/): > The move to Qt6 forced us to drop support for Windows 7, Windows 8 and any 32-bit versions — upcoming releases will require...

Having a single release that supports both versions (with big deprecation warnings in the release notes) might be nice. But after that, I think requiring Qt 6 (i.e. dropping support...

Very fancy! In theory the server could live-proxy the requests, but I also doubt it's worth the effort.

Some of the licenses require additional actions. For example, the CERN OHL 2.0 (see https://ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2) suggests (does not strictly require) to add the user guide: ![screenshot-2023-10-03T09:28:38+02:00](https://github.com/LibrePCB/LibrePCB/assets/105168/96f4c0c8-4980-4765-a41f-d57d38cc6f31) However, it requires to...

Ok, then I guess our habits differ 😄 I rarely think about "project closing", more about "window closing". I also close the schematics editor window when working on the board...

Please see this discussion: https://librepcb.discourse.group/t/alternate-pin-functions/34

I tend towards variant 1 (explicit z-value), but I think both variants are OK.

@ubruhin I like your suggestion. Note: Workers and message passing and restarts on failure sounds a lot like the "actor model". Maybe there are some nice C++ libraries that implement/abstract...