Jonathan Protzenko

Results 11 issues of Jonathan Protzenko

We currently don't inform the user if a subject changed during a thread. I have no good idea on how to show that in the conversation view. Maybe "split" the...

enhancement

We could either patch Thunderbird to add an option in nsMsgDbView.cpp or just add another custom column just like we do for the "between" column. David :bienvenu says we keep...

thunderbird issue
significant-work

Workaround is to hit more > view message using standard reader.

thunderbird issue
significant-work

Ideally, right-clicking on the conversation should not pop up so many items...

enhancement

Right now the compiler makes it possible to generate invalid F* code, because some valid identifiers in hacspec (e.g. `open`) are keywords in F*, which then results in invalid code...

bug 🐞
typechecker :necktie:
F*

This is getting a little verbose: ``` declaration structure Foo: data f₁ content t₁ ... declaration structure Bar: data g₁ content u₁ declaration enumeration Baz: -- Foo content Foo --...

✨ enhancement
👌 good first issue
🔧 compiler
💡 language

It would be convenient to do: ``` match e₁ with pattern -- Cons1 .. Cons2: e₂ ``` where the pattern matches any constructors present in the enumeration declaration between `Cons1`...

✨ enhancement
💬 discussion
🔧 compiler
💡 language

Inserted images don't survive copy/paste. Works on Linux.

See what we can do with other views (smart folders) to enable somehow a way to sort them.

feature-request