Håkan Thörngren

Results 10 issues of Håkan Thörngren

If I start `huski` and load a scheme source file using a relative path, and that file wants to load some file by its own, it will look for it...

I consider adding a Forth as an extension language to a C based embedded system. It will get called from the C side, perhaps also making calls back to C...

I could be wrong on this according to the comment, but I think the comment (which is removed in this commit) is confusing. The first part of the comment indicate...

I have so far seen three cases when this happens. 1. The cat eyes no boot media screen is drawn very slow. 2. Horizontal scroll in the 'more' text viewer...

Load a menu with some Amiga command key definitions, the inverted slanted 'A' that should be there does not look anything near that, see attached photo from a screen using...

Running on NTSC machines often makes AROS end up with a corrupt screen like this: [ ](url) In FS-UAE, set up an A3000, tick the NTSC checkbox, install AROS ROMs...

In the documentation this is mentioned "Note that there is no support for using upper-case characters. Please contact the maintainer, if your application cannot work without hexadecimal encodings that use...

enhancement
pr-welcome

Deserialization of ID types caused an exception if the field was nullable. This corrects https://github.com/fsprojects/FSharp.Data.GraphQL/issues/244 and adds a test-case for it.

This is a small subset of functions that can be used to get uppercase hex output which is useful for certain ancient binary file formats, such as Intel HEX and...

I have found myself using https://hackage.haskell.org/package/enummapset a lot in my code. It provides wrappers around `IntSet`/`IntMap` that uses `Enum` rather than `Int`, which allows for better type safety. Now I...