Peter Hagen
Peter Hagen
Ah, sorry, I thought the pull request would only contain the first commit 09ffd3b, not the others. So yes, the change you quoted is the only change I suggest. I...
True, therefor I added a "safe" dictionary, which won't give exceptions on missing keys. So indeed, expandoObject won't be necessary at this moment, although I prefer expressions without [ ],...
I tried to ```dotNet bundle``` in a Docker 5.0 SDK image, without installing DotNet 2.1 (currently the .deb package for this is unavailable), and get the "The framework 'Microsoft.NETCore.App', version...
I'm specially missing out the custom properties:
I currently run into this issue. I found out that, for example, packages mimekit.4.2.0 and mailkit.4.2.0 run into this issues. Therefor I cannot restore my projects in a docker container...
I run into this exception also on LiteDB 5.0.18 ``` LiteDB.LiteException: Maximum number of transactions reached at LiteDB.Engine.TransactionMonitor.GetTransaction(Boolean create, Boolean queryOnly, Boolean& isNew) at LiteDB.Engine.LiteEngine.Query(String collection, Query query) at LiteDB.LiteQueryable`1.ToDocuments()+MoveNext()...
On 5.0.18 and 5.0.19 I have the same. I'm going to try to revert to 5.0.17. My applications are not working anymore unfortunately
Does anyone have an idea how to solve this? This bug prevents me to use any new version of Librecad
That could be a solution, but then the implementation of the export to pdf is not what I expect it to be. Export to PDF should not use settings of...
> You don't (or at least no longer?) need Rosetta, because the macOS arm64 piper-phonemize release (now?) includes the needed binaries. Great! This works! Can I opt for adding this...