Philippe SEGATORI

Results 44 comments of Philippe SEGATORI

A way to detect if json extension is loaded and thus allowing dbal to support json column type with sqlite could be: ```php $pdo = new PDO('sqlite:/_.db'); $stmt = $pdo->query('pragma...

@stof Indeed, that's why I intend to split each issues separately. Let's discuss and evaluate their relevance on a case by case basis in the related PR.

@morozov it says in the reasoning you linked that this behavior is supported since version 10.4.3 and it looks like you used 10.3 in the provided logs

@greg0ire Just to give some food for thought on this topic. We use a specific type that deserialize json into a given object in the `convertToPHPValue` using `symfony\serializer`. Similar to...

Indeed, I'm aware the list shows "2" in this column but it's here just for the sake of filling this column with something. It doesn't mean it's a decimal currency...

@B4nan I've updated the list of issue I've posted in the Deno project since then. With a [manual patch](https://github.com/denoland/deno/issues/19238#issuecomment-1564661035), it's now possible to run the current simple usage example: ```js...

AFAIU, there doesn't seem to be a way to aggregate those statuses into a single badge, no. Unless we put all the jobs into a single "CI" workflow and generate...

After conducting a few tests, I found that it functions correctly. However, there's an unintended consequence: it continues to return the text that was previously selected, even after everything has...

@MarcusGrass friendly ping as you've contributed the x11rb refactor on x11-clipboard side, maybe you have some insights, thanks