Colin Tinney

Results 24 comments of Colin Tinney

Hey - we have this issue with the bot in our server. Users creating threads do not have Manage Threads permissions and are unable to rename the title of the...

You can solve this with the existing library via a custom `Header` that sets an `onClick` handler on the expand/collapse icon and stops the event from propagating to `onToggle` via...

The above workaround does work as long as `allowUntrustedEvents` is set to `true` in the init configuration. +1 to exposing this.

Fixed in this release: https://www.npmjs.com/package/fresh-tabula-js

`silent` is passed to the JAR, it doesn't mean that JS errors are silently caught. This is unclear in the docs. I'm working on a fork here (published package is...

Can you add a test for this?

No problem - can you change this to merge into `develop`, and rebase on `develop`? Thanks!

Good catch! Open to PRs here.

Hm. The `threshold` prop idea seems to cover both use cases (always scroll vs. only scroll if necessary), but the type (percentage) seems a little hard to understand. Do you...

Hi @antontsvil! That's amazing. Yes, contributors cannot push to this repo directly. You'll need to 1) "Fork" the project 2) Push your branch to that project 3) GitHub will allow...