Sebastian Sandqvist

Results 5 comments of Sebastian Sandqvist

Related issue: https://github.com/horst3180/arc-firefox-theme/issues/44

I think the distinction between `Null` and `null` in Bolt is unnecessary. Consider this: ``` type PostBody { validate() { this.body !== null || this.image !== null } body: String...

Looking at the [typings](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/elasticlunr/index.d.ts) for elasticlunr it looks like there's a constructor argument that determines what strings are valid to pass to `this.addField`. So to fix your problem: ```ts interface...

Hey thank you! I like the idea of a compact mode. Since one of the main draws to this library is its simplicity and small size, I would like to...

Glad to hear that (1) is supported and that it sounds like (3) may be supported eventually. For (2), I am referring to the [SidePanel API](https://developer.chrome.com/docs/extensions/reference/api/sidePanel). It sounds like a...