danielrainer

Results 62 comments of danielrainer

I use a similar setup and lints work on GHC versions before 9.2.*. To reproduce: Install HLS 1.7.0.0 via ghcup and run `haskell-language-server-wrapper repro.hs` (`repro.hs` can be some arbitrary file...

Works well. Whether recolor should be set is a matter of preference, but I like it being the default, as this means that people see how it looks and can...

We're currently looking into building tooling around converting gettext PO files to FTL files and adding some utilities for renaming identifiers and keeping FTL files tidy for fish[^0]. For this,...

I realized that the suggested `` can be `ref val`, which makes the suggestion work. It would still be nice to get a fitting suggestion for these cases, but this...

> I do think that this is an important bug to fix, so I'd reopen this issue if that's okay. Sure, I don't mind having this issue open.

I just played around with this some more and it turns out that with `Parser` accessible, quite a lot becomes possible. For example, I just built a POC tool for...

> your ssot should be ftl files Yes, that's clearly how Fluent is designed and we plan to use it this way. At runtime, we use the functionality provided by...

Doing this statically, as suggested in the issue description, would work without having to extract anything from our sources, but has the problem that we won't be able to detect...

> At runtime I recommend assuming that missing strings are not errors and the fallback offered by your l10n resource manager is correctly executing the fallback. Yes, the way we...