Tobias Sette

Results 24 comments of Tobias Sette

Do you have a roadmap for that? I can help with the planning and code. At the moment I'm creating a Proof of Concept using the current Phalcon Active Record...

```php $jsonLdElements = $crawler->filter('script[type="application/ld+json"]')->each(function ($node) { return $node->text(); }); $element = \json_decode($jsonLdElements[0]); ```

I'm experiencing the same as @zuzia-dev

I've successfully compiled this driver under Debian ```console root@galadriel:/tmp# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux bullseye/sid Release: testing Codename: bullseye root@galadriel:/tmp# uname -a...

I would like to remove some services because I rarely use them on my machine, so I ended up with the following `docker-compose.override.yml`: ``` version: '3.5' services: elasticsearch: image: hello-world...

FYI about a year ago I've found it very difficult to get the team working with PSR clientes because they are too verbose, so I ended up creating a wrapper...

I've created a new project and the "Help Me Choose" dialogue ended up creating a "Service account key". After that, I needed to create an "OAuth 2.0 client IDs". There...

This is not working for me anymore. Does it work for you?

I agree with GPL v3 or later

Hi, thanks for the feedback. I will look at this issue in a couple of days.