Reuben Thomas

Results 389 comments of Reuben Thomas

So, the steps would seem to be: 1. Turn the binary string into an `Image`. 2. Parse the `srcRect` `l`, `r`, `t` and `b` attributes. 3. Compute `r - l`...

I think that at the moment since this would essentially be a "relearn Haskell" exercise for me, i.e. a considerable amount of time getting to grips with a language I've...

Did you have an example in mind? I've never had a report of a system on which Enchant won't build owing to getopt. GitHub CI builds it on macOS, Windows...

> Windows with MSVC doesn't have POSIX GNU tools and libraries I'd be happy to add support for proprietary toolchains as paid work. Otherwise, please try [rrthomas/master](https://github.com/rrthomas/enchant) where I have...

I would also accept a patch to the GitHub Actions to build Enchant on Windows with MSVC, once it's confirmed working.

I don't understand how the build is run here, maybe you can help. In particular, `Makefile.am` contains: ```make AM_CPPFLAGS = -I$(top_srcdir) $(ISYSTEM)$(top_builddir)/libgnu $(ISYSTEM)$(top_srcdir)/libgnu -I$(top_srcdir)/lib $(GLIB_CFLAGS) $(WARN_CFLAGS) -DG_LOG_DOMAIN='"libenchant"' ``` Note the...

> Yup, I can contribute a GitHub Action. Great, a PR that adds a suitable stanza to `.github/workflows/c-cpp.yml` would be much appreciated.

OK, so this is not an Enchant issue. Thanks!

Reopening, as I will use GLib's command-line parser in the Vala commands.

Unfortunately, `GOption` doesn't support long options that start with a single dash, so I won't be able to use it for `enchant-lsmod` until version 3 (see #374), i.e. breaking backwards...