Marc Bernard

Results 712 comments of Marc Bernard

This is trading CPU for memory, which is ok. But there should be a limit to the cache size or there's trouble ahead.

I look at the code first. `classes/range.js hyphenReplace` expands the range to '-0' for the from part if you set `includePrerelease` to true. From that pov, the test result is...

Let's start with some details: Which version of WordPress do you have? What's the version of the suffusion theme? What steps do you take to get the error message?

I'm using the same versions on my site and widgets are working fine. The function `suffusion_get_image()` mentioned in the error message certainly exists (in `functions/media.php`) and that file is required...

Reproduced: ``` node -v v20.18.1 npm -v 10.8.2 on: git-bash, win cmd, win powershell ``` Workaround for win: replace `node` with `node.exe`

It calls staging with the filter: https://github.com/abapGit/abapGit/blob/663b2b55833f2a6555ba221fd7ccd085a0560fa3/src/ui/routing/zcl_abapgit_gui_router.clas.abap#L297-L299 Can you check where it goes wrong?

The checksum update. hmmm this compares a snapshot of local and remote to build a complete set of checksums. I'm not sure if this should be limited to updated files...

I took another look. I better understand what happens but not sure yet what's the best way to improve it. Wip 🚧