Hiroki Kokubun
Hiroki Kokubun
Thank you for reporting the issue. I've tried to reproduce the issue with your code but I can't. - Memory usage of Chrome by `Activity Monitor.app` didn't increase significantly (297.3MB...
Basically, Tweakpane respects a bound value. I assume that parameters with initial values like `'#ff0'` might not support alpha. Users need to specify the alpha option explicitly if the pane...
Hi, providing a summary would help the maintainers and make it easier for them to assist you. - What is the problem? - What is the cause? - How can...
Thank you for updating the details. It seems to be working fine in my environment... is there maybe another reason for this problem? (e.g. the config file, plugins, ...) -...
Can you share a minimum reproduction environment for the issue? I can't see the relation between the code and the screenshot.
Do you clear the variable for the pane? For example: ```js window.pane = new Pane(); window.pane.dispose(); ``` this code still retains references to detached nodes because `window.pane` isn't cleared. To...
Thank you for reporting it. The original theme is under the MIT license, so creating and publishing that Firefox theme is not a problem. However, I have no involvement with...
Thank you for the PR. Regular updates of dependencies are certainly important. However, the scope of changes in this PR is too broad. This makes it difficult to review thoroughly,...
Thank you for the detailed explanation. That said, I'm ultimately responsible for the product's quality assurance. If any issue arises after merging this PR, I'll be the one who has...