-
```
When adding project files recursively, the UI will become non-responsive
for large folder structures. Need to process file adding on a separate
thread and add notification/cancellation option.
…
-
**Is your feature request related to a problem? Please describe.**
No.
**Describe the solution you'd like and alternatives you've considered**
WebView2 equivalent of this: [WebBrowser Control Rea…
-
```
when debugging last sources downloaded I noticed that cancelling ocr run (when
importing vobsubs) doesn't stop the tesseract thread
What steps will reproduce the problem?
1. import vobsub
2. us…
-
```
when debugging last sources downloaded I noticed that cancelling ocr run (when
importing vobsubs) doesn't stop the tesseract thread
What steps will reproduce the problem?
1. import vobsub
2. us…
-
Just found these classes and they look interesting. However I'm a little puzzled by some specific behaviour that seems contradictory.
In `AsyncCommand.ExecuteAsync` it explicitly rethrows the canc…
-
```
What steps will reproduce the problem?
1. Try to export model
2.
3.
What is the expected output? What do you see instead?
It being exported. It not being exported.
What version of the product ar…
-
```
The documentation does not apply out of the box to the package.
Some of the lua files have been moved to the "\lua" subfolder yet the
rld.lua refers to its local directory.
So i had to change that…
-
```
What steps will reproduce the problem?
1. Try to export model
2.
3.
What is the expected output? What do you see instead?
It being exported. It not being exported.
What version of the product ar…
-
While testing MoBi Beta 8.0.6, issue #539:
See the attached project below, where I used the ManualModel and added sum formula parameters to the containers Vial1 and Vial2. In simulation S2, only su…
-
Today I have made a WPF application autoupdatable using AutoUpdater.NET. I was impressed with its ease of use.
But while I was implementing this functionality, I was wondering why AutoUpdater.NET is …