Sebastian Urban
Sebastian Urban
Currently it is not possible to have multiple streams open at once, since `Stream` owns the mutable reference to `CompoundFile`. This is a bit sad, since it limits the ability...
Async support would be nice to have, especially for large CFB files because IO can take a significant amount of time in that case. Currently, this issue can be worked...
**Is your feature request related to a problem? Please describe.** I am using egui in a command line application. The app displays a window for the user to provide some...
Add CM_Register_Notification and CM_Unregister_Notification to um::cfgmgr32.
This introduces support for a hardware accelerated surface-less EGL context backed by GBM on Linux. This allows the `headless` example to run without X11 and Wayland, but with hardware acceleration....
Currently it seems impossible to save a chart as a PDF or EPS file. Changing the extension in the Chart.Save command from .png to .pdf still results in a PNG...
FSharp.Charting should support embedding images (i.e. either 2D grayscale arrays, or 3D RGB arrays) in charts. This would, for example, make it possible to align a waveform to its spectrogram,...
Although Remoc is well documented an example project and tutorial that show how all fits together and how to get started are missing.
Need tests
Currently there are no tests. This is bad! However, testing is not so easy in our case. At least two systems with Bluetooth adapters are required to exercise the functionality...
Bug #2 has shown that we need to test the build on more architectures than amd64. We should set up the CI process to build on i386, amd64, armhf and...