Joe Lencioni
Joe Lencioni
@dependabot rebase
@dependabot rebase
@dependabot rebase
Pagination in MySQL is very straightforward with the LIMIT syntax, but for MSSQL, things get a bit more complicated. I've written some functions that work to mimic the limit syntax...
Yeah, running PHP from the command line typically doesn't happen for us except for cron jobs. You could either determine if it is being run from the command line and...
Also found Undefined index: REQUEST_URI in utils/xhprof_runs.php on 424
I'm thinking that if REQUEST_URI doesn't exist, you might be able to substitute $_SERVER['PHP_SELF'] which would be the path of the file that is being run.
Also found Undefined index: c_url in xhprof_html/index.php on 167 Undefined index: timestamp in xhprof_html/index.php on 171 when requesting /xhprof_html/?hit=50&days=1
> you can choose to override it with [channelOptions.allowFunction](https://storybook.js.org/docs/api/main-config/main-config-core#channeloptionsallowfunction). It looks like the `allowFunction` was removed here https://github.com/storybookjs/storybook/pull/30998 as part of the v9 release.
I'm running into some issues with the tests. It seems that root.render triggers some asynchronous things that may happen later than the previous way of rendering (e.g. componentDidMount or useEffect)....