Sam Segers
Sam Segers
When a task is awaited, the UI could repaint and trigger events. But this doesn't happen because `_workItemsWaiting.WaitOne()` also blocks the event queue of WPF windows. A DispatcherFrame can be...
Installing the docs fail. Skip them as they are not needed anyway
Don't use mirror Use curl -L option to follow redirects Use prefered .tar.bz2 files
Add protobuf building support
This way, you can use source env-setup.sh pushd $TMPDIR $TOPDIR/build-droid/build-.sh to build a specific project. You then still need to manually copy the needed libraries from $TMPDIR/build/.../lib
Whenever I try to login with username and password, the request result is as follows: ``` Success:false Errmsg:"The remote server returned an error: (403) Forbidden." Errresponse:"\n\nERROR: The request could not...
**Describe the bug** If a conversion in the constructor of a datatype throws an error, only a very generic error is available: > Option 'some option' is defined with a...
As a new user, the current state is a bit confusing. LineSegment2D/3D is clear: It is the segment between two points Line2D/3D is unclear: the class documentation is exactly the...
### Describe the bug When using WPF UI, the UI loads a lot slower than using the default WPF UI on .net8 ### To Reproduce * Use a ComboBox with...
### Describe the bug The ExecutionTask and IsRunning of the AsyncRelayCommand is only set after the execute returns a Task, so on the first real async function. As long as...