Ken Friis Larsen
Ken Friis Larsen
Currently the TODO contains lots of issues, maybe (some of) these should be triaged and entered into github issues.
The type `syserror` is declared to be an equality type in the Basis. In Moscow ML it is not. Missing functions: val errorName : syserror -> string val syserror :...
The implementation of `Date` does not handle time zones correctly in all cases. Example: ``` - Date.fmt "%H:%M %Z" (Date.fromTimeUniv (Time.now())); > val it = "15:20 CET" : string ```...
Use XeTeX instead of pdfLaTeX, to allow easy use of DejaVu Sans Mono monospace font, so that most of the fancy Unicode is displayed.
- [x] Unfork from [`img-util-fs`](https://github.com/diku-dk/img-util-fs) - [ ] Add "History" section to README and mention `img-util-fs` - [x] Move main repo back to the `diku-dk` org
[Version 2.26.0 of SDL2](https://github.com/libsdl-org/SDL/releases/tag/release-2.26.0) is now released.
Currently there is no easy way to work with multiple images. For instance, sprites in a game. I think we need a separate `Image` type and support API, perhaps something...
We should keep a log of changes as the API develops.