Tristan de Cacqueray

Results 180 comments of Tristan de Cacqueray
trafficstars

Setting `:set -fno-ghci-sandbox` does not seem to help.

This issue does not happen when using the wayland host api.

The definitions doesn't seem to contains all the imgui.h functions, for example it doesn't have `SliderFloat`. Should we add an extra step to also generate the user facing functions?

@maralorn you're welcome. It seems like reactions are not yet specified according to https://github.com/matrix-org/matrix-spec-proposals/pull/2677 . Best would be to look at existing room events containing reactions, and add the necessary...

This is open for suggestion, but I think we need to enforce a consistent code formatter.

I meant to keep this library as simple as possible (and show how good haskell is, even when not using fancy extensions), but on the other hand, mtl is such...

Thank you for the update, I'll give this a try and update the tutorial. My suggestions are mostly for basic ghci usage, where previously you would do: ```haskell > sess...

> > Similarly, it might be good to expose a `try` helper to remove the except layer, so that api calls that are expected to fail are easy to catch,...

Here is a rebase to include the loginToken. I'll now update the tutorial and propose adding the Manager to the login/createsSession arguments.

Sorry about the createWithSession suggestion, I was able to update the Tutorial without it, and with hindsight, it may not be useful. My last remaining concern is the 'login' function...