Adam Rutkowski
Adam Rutkowski
WinUAE supports these functions so I guess it shouldn't be a problem to integrate them to FS-UAE? They're very useful. Additionally, is there a possibility to support "hot-plug" of HDFs...
Hello, let me present you some code to start with: ```typescript import { INgRedux } from 'ng-redux'; import { RootState } from '../'; import * as actions from './actions'; import...
The documentation says that `monday.listen` returns the unsubscribe function, but that was not implemented at all. This PR implements missing feature.
 I also mentioned it here: https://github.com/bottlesdevs/Bottles/issues/277#issuecomment-968078938
I suggest creating a little README.md text file about compiling the source code: what libs are needed, how to prepare compiling environment etc., because currently provided .sln files for VS...