Matthias Fischmann

Results 178 comments of Matthias Fischmann

Oh, interesting: there is `Data.Text.toLower`, and `Data.Text.toCaseFold`. But neither is compatible with `CI`: ```haskell import qualified Data.CaseInsensitive as CI import qualified Data.Text as Text import Prelude main :: IO ()...

It gets weirder: ``` *Wire.API.User.RichInfo Scim Data.CaseInsensitive> foldCase ("Ꮊ" :: String) "\43914" *Wire.API.User.RichInfo Scim Data.CaseInsensitive> foldCase it "\5050" *Wire.API.User.RichInfo Scim Data.CaseInsensitive> foldCase it "\43914" [...] ```

Thanks, I think I can work with that!

- export your existing contacts to a vcf file. you'll need this locally on your device. - go to your default contacts app. - go to settings. - select "Personal"...

That's sound advice, thanks! I got things mostly working for my use case: I have a git-controlled backup of the address book on my phone, and it gets updated with...

I'm also wondering about the entries counts in the app: what's the semantics of android vs. processed vs. dechsync?

[swagger.json.zip](https://github.com/wireapp/wire-server/files/8068731/swagger.json.zip) ![2022-02-15-124532_1920x1080_scrot](https://user-images.githubusercontent.com/10210727/154055907-3550c368-5b90-4f8f-a3d1-af05c4476789.png)

good point @neongreen, i updated the description. also, i'm not so confident this is the best task list for what we want to have. feel free to suggest some simpler...

> Generally, if we want to have API docs, I don't see what's the point of having a wiki at all as opposed to keeping a Github Pages site with...

i checkout this branch out on a fresh clone. `direnv allow` succeeded after 40 minutes. `make c` had this to say: ``` Configuring wire-message-proto-lens-0.1.0... [ 9 of 16] Compiling Test.Schema.Util...