Hilmar Gústafsson

Results 21 comments of Hilmar Gústafsson

> I suspected you were referring to that; I am using the Pulumi JSON schema (see `loadSchema'` in `Schema.fs`): > > ```fsharp > let private loadSchema' version provider = >...

I'd like to tackle this one. :)

I'm thinking something like this, where there's a delete button next to the importance marker and an empty all option at the top. Any thoughts? ![image](https://user-images.githubusercontent.com/25297553/31059135-c61f7600-a6ff-11e7-94b0-03cba76bc1af.png)

Well, there is already a function for automatically emptying trash every _n_ days. Instead of creating a new option for emptying trash every time you close, how about changing the...

https://github.com/nylas-mail-lives/nylas-mail/blob/eb532c574769419be9af7e96a349c67fdc545a5c/packages/client-app/spec/mailbox-perspective-spec.es6#L182 This looks like bad news. Does anyone know why this wasn't possible at the time, and whether or not it is possible now?

If anyone is interested, I've been working on porting it from Mailspring here: https://github.com/LiHRaM/nylas-mail/tree/feature/empty-trash-bengotow

@M-ZubairAhmed If you join the slack channel, we can try pairing and finishing this finally. :)

@nirmit That would be appreciated. I have a university project I'm turning in, in a couple of weeks, so I'm pretty busy.

Okay. Yeah, throwing an error for invalid ranges makes sense. I'll submit a PR. :)

In my case, no changes to the rules was necessary. Simply reordering them removed the warning. Before ```ini # Non-private static fields are PascalCase dotnet_naming_rule.non_private_static_fields_should_be_pascal_case.severity = suggestion dotnet_naming_rule.non_private_static_fields_should_be_pascal_case.symbols = non_private_static_fields...