Jarred Stelfox
Jarred Stelfox
Will be resolved in PR #645, see commit edadb5b47db534e14b498de80978011d4fc5d7df
Will be fixed by #645
@realshovanshah, We were told by Vercel's support that the splitting of logs into separate lines is expected with the app router. The main feature that causes the lines to be...
Hey there! I have a possible idea. Instead of currency conversion as mentioned by @mattab on https://github.com/matomo-org/matomo/issues/3812#issuecomment-48311037 Would it be possible to add a currency param to the API? i.e:...
Hey there! Thanks for the fast reply. I’ll try and get more details for you. >Maybe you have a very wide dependency graph? This is totally possible. I have not...
Okay, I ran this down a bit. We are running a decent-sized app, but the composer.json is reasonable. 80 total packages (17 are require-dev). I am not noticing anything super...
> What do you mean with "parsing the file"? Trading memory for CPU effectively: Instead of loading the entire file into memory (via composer), you could write a custom implementation...