Teijo Laine

Results 74 comments of Teijo Laine

@Indrajeetsing Seems that the `0.3.0` release of this package is expecting to find that file, which does not exist anymore in the latest `xstate` package. The latest version of `xstate`...

Hi, and welcome to the programming world. :) It's not supported at the moment out of the box. You would need to modify the library code to get the behaviour...

So what you're looking for is to show results of BO3/BO5 during the matchup, instead of just showing the final result? One trap that came in my mind is that...

At the moment the library uses jQuery's `.hover` and `.click` listeners (https://github.com/teijo/jquery-bracket/blob/d3b8ca8ee20d036d547b51679c9d2e7dfd358639/src/jquery.bracket.ts#L1050) which provides [unused] [jQuery event object](https://api.jquery.com/category/events/event-object/). Could include that to the parameter list. This sounds similar to the...

Hi @Juanancon, sorry for the late reply. Unfortunately what you're looking for is not currently available in the library. The match info feature http://www.aropupu.fi/bracket/#matches is closest but the information is...

Can you give your use case?

If you want to use another interface for manipulating the results, you'll have to be able to reproduce the data structure passed to `{init: }`. Unfortunately there aren't any utility...

Hi, would the data customization support your needs: http://www.aropupu.fi/bracket/#customHandlers Instead of using: ``` teams : [ ["Team 1", "Team 2"], ... ] ``` You could use the following to pass...

Hi, How would progress be measured?

You can calculate the number of matches in the size of bracket you're using, you can then count the number of matches in the result object for your final calculation....