Oscar Bazaldua

Results 31 comments of Oscar Bazaldua

It becomes far too wide because the table.button has a property width: auto To fix, add: ``` table.button.expand, table.button.expanded { width: 100%; } ``` That seems to fix the button...

@Stadly I could get the expanded buttons to work that way (adding my snippet and the one above). ``` .button { &.expand, &.expanded { td:not(.expander) { width: 100%; } }...

@Sparkenstein I know this is not a great answer but I'm going to be honest. v7 doesn't build and it's poorly documented internally. I bet it's just a matter of...

Sorry for the lack of responses, we are a little short-staffed to keep up with Typewriter lately. I'm looking into bringing more people to maintain this project so I cannot...

Hi @cjhensen I confirmed this is happening and it is a bug. This one might be a tricky bug to fix as we the `nice-property-names` options comes directly from the...

It depends on what library you are generating the client for (AJS, Node, iOS). Most of them have a way to change the message data. Typewriter's client is just a...

Last I knew RN completely stopped execution of JS as soon as the app goes into the background in Android (not for iOS). Has this changed? Will have to retest...

Hey @Aitchy13 Thanks for such a well documented enhancement idea. I will put this in our plans as it sounds very useful!

Hey Alan, this is a big miss on our end. Thanks for reporting. I'll add the clarification of what this optional parameter does when turned off. Just to be clear...

@alome007 could you share more of what's the error you're seeing and when does it happen?