Pierre de La Morinerie

Results 54 comments of Pierre de La Morinerie

Could you describe the issue in more details? Is your problem that some reminders are triggered more than once?

Could you post the output of `/remind list`? How was the reminder created - does it notify a single channel, a single person, is it recurrent? (I wonder if it...

Now that the `wide_gb` library does compile on Windows, this should be more feasible.

Hey, thanks for asking! To be fair, the development of the Windows version was quite tiresome (for a lack of a proper Windows development environment on my side), so I...

Hmmm, normally there's already such a cache: the data are saved on the disk on exit. I guess it doesn't work on your machine?

I [published a new version](https://github.com/kemenaran/SameBoy/releases) to fix the crash on launch. Does it work better now? Also, do you still reproduce the horizontal resizing issue with this new version?

Thanks for the testing. I couldn't reproduce the resizing issue myself, but I only have a Windows Virtual machine, so that may be why. Could you: - Tell me what...

Thanks for the PR! As the discussion in the issue suggested, we actually settled on the inverse renaming: renaming everything from `Speed` to `Velocity`. The issue title remained the same,...

@dais Yep, the syntax makes sense. I just wonder what git magic could help with the "now every line modified downstream is a conflict", but I'll ask some people.

From the git documentation, [gitattribute filters](https://git-scm.com/docs/gitattributes#_filter) may be used to massage the file contents before git checks in or checks out the file. In our case, we could apply the...