Adam Rutkowski

Results 5 issues of 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.

![Screenshot from 2021-11-13 15-37-02](https://user-images.githubusercontent.com/8336970/141648083-62f6f35f-d587-4b9c-884f-b7d29269cc32.png) 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...