Kyle Baker
                                            Kyle Baker
                                        
                                    I'm making a go server, and want katago to be an option that's always available. I was wondering if there was a standard logo assocaited with katago I could use...
3. Help Request/Question: A) Clearly state your problem speed of ("updateItem") vs. ("option", "data") B) Include your code `$(`#${card.gridId}`).jsGrid("option", "data", data);` C) If Applicable, attach a JSFiddle or CodePen N/A...
it's fairly inconsistent. sometimes you can set it with `document.querySelector('#my-aframe-gui-thing').setAttribute('gui-item', 'value', 'newtext')`, sometimes with `document.querySelector('#my-aframe-gui-thing').setAttribute('gui-item', 'text', 'newtext')`, maybe it isn't `gui-item` but the actual gui-component, etc. But often it doesn't...
should probably expose a 'mouseup' event on the slider button for easy use, as you probably want to run some code once the slider is set. happy to contribute this,...
in this example, I've set the slider percent to 0.9. The bar is too wide. Once I click it to interact with it, it corrects itself, as in the following...
the library looks for 'childGuiItem' and tries to get the margin values for it, and fails, because childGuiItem is undefined. Throws several errors in my console. Library keeps working ok,...
the existing logs are pretty messy and quite polluting. needs to be a way to turn them off. they have even prevented me from implementing workarounds on other bugs because...
similar to radio buttons. My workaround in both cases is to set a synthetic click after they have been instantiated, and it has to be fairly detailed otherwise one of...
even in the examples provided, you'll see the radio starts looking unselected, but when clicked the first time, lands in the 'unselected' position again. It is only after selecting twice...
It seems by default that in all the examples I see, you can only stack elements one on top of the others. Is there a way to flow things side-by-side?...