Gregory House

Results 62 comments of Gregory House

@makasim I know you posted long time ago, but for anyone coming from google: actually `json_array` and `json` are the same, only the way they are saved differs. From perspective...

> This is a good idea, but at the moment it is associated with some difficulties, local mounting of images is limitation of the kernel. Do you know about any...

The status as of now: Based on `\Doctrine\DBAL\Platforms\AbstractPlatform::getDateTimeFormatString`: - SQLServer & SQLServer2008 forces `.000` as microseconds - SQLAnywhere supports `.u` - Default sets no microseconds So changing this is trivial,...

Yes, you're right about bringing the full ingress controller (e.g. via https://github.com/jcmoraisjr/haproxy-ingress) but making a self-updating HAProxy should be easy. Currently I'm running it as a standard docker container with...

@sebastianbergmann I think this is actually a bug as `assertEqualsCanonicalizing()` doesn't really apply the sorting correctly: ```php $expected = [ 'typeFloat' => 3.0, 'typeString' => 'foo bar', 'data' => 'foobar',...

`sitemap_file_prefix` looks like a nice hack, but it doesn't work if you try to put a folder there ;) Essentially you get `Warning: file_put_contents(/tmp/PrestaSitemaps-5cba6206748c5/sitemap/sitemap.xml): failed to open stream: No such...

@yann-eugone Hi! Thank you for the response! The `flock` is how we handle this currently, however we would like to speed up the generation process (because with millions of links...

I poked around and you're right about the suggest problem, but I think the solution is simple. The default dumper does a parallel-sensitive operations within these lines: https://github.com/prestaconcept/PrestaSitemapBundle/blob/5c9f41e6fee40477f256250a1f1859b2208ff4b7/Service/Dumper.php#L98-L118 The lock...

There's an easy workaround for this issue - simply use ... a webhook to Telegram API. **1. Create your bot** by [messaging @BotFather](https://t.me/BotFather) - Start by sending a message `/newbot`...

@zabeth1 Check if this https://github.com/EasyCorp/EasyAdminBundle/pull/5513 fixes it for you - the problem is actually imo bigger, as other things don't work when the context is not set. This issue is...