Yegor Borisenco
Yegor Borisenco
I was wondering if you could give me any input on why this would happen:  I did try using `waveWidth: '100%'`, but only extending `width`...
Right, setting it is quite straightforward, just doing ``` js fullscreen: false, width: window.innerWidth ``` Now, to update it, I did something like this: ``` js gl.resize = function ()...
Closes: #15364 ### Description: Implemented a retry mechanism (3×2 in total), as well as increased timeout config aligned with Nodemailer defaults and RFC 5321
Closes: #15430 ### Description: Support formats defined in Yaml when exporting formatted Excels.
### Description We want to be able to format Excel cells to correspond to their types, right now they all seem to be strings. As requested by Pawel from Generation...
Related to: GLITCH-95 ### Description: Added a screenshot ready indicator to the MinimalSavedExplorer component. The component now tracks when the saved chart and query results are loaded, and displays a...
Closes: GLITCH-95 ### Description: This PR improves dashboard and chart screenshot reliability by adding a new indicator mechanism that explicitly signals when content is ready to be captured. The implementation...