Kristofer Giltvedt Selbekk

Results 20 comments of Kristofer Giltvedt Selbekk

The documentation specifies that you can send in specified css classes for these symbols with the option params `cssAsc` and `cssDesc`. ``` var opts = { cssAsc: 'glyphicon glyphicon-chevron-up', cssDesc:...

🤔 I tried to generate a repro: - bootstrap a new project with `tsdx create example` (with React) - add some types to the generated `src/index.tsx` component - install the...

TSDX is a great way to create packages, and my component library is just a bunch of packages, really. :) I don't see why I couldn't use TSDX for this.

I'm happy that works, and thanks for the incredible effort solving that (!), but switching out the entire compiler is a bit convoluted. Is there no way this could be...

Thanks for the quick reply! Ah shucks - that's too bad.

>Sorry for the delay, we haven't had an active maintainer on this package in a while. Wonderful to hear you're back on track 🎉 Appreciated.

How about exposing a localization object where we can pass in all texts?

Being abusive in the comments won't help push this feature along.

If the feature won't be pushed, then this library will lose many of its users, and somebody (perhaps you?) will create another alternative with localization support. In most cases, this...

@HenrikJoreteg the beauty of `prettier` is that it is opinionated as hell and lets us skip that discussion completely. I'll tweak the settings a bit later before merging, to make...