Dustin

Results 15 comments of Dustin

@johnymontana This would be awesome for fetching data from external sources as well!

First, thank you for the update and your work on this! 🚀 If performance is the issue right now, would it be possible to switch to https://www.nodegit.org/ or the WASM...

I solved my problem by extending \Flowpack\SimpleSearch\ContentRepositoryAdaptor\Search\SqLiteQueryBuilder and adding the following function: ``` php /** * adds an like query for references. * * @param $propertyName * @param $propertyValue *...

Hi @yashbhutwala, is it still the case that the VPA does not recommend the resource limits and only the requests?

@scottybrisbane Great work! Are you going to publish your code? I would really like to make use of it in my own thesis, so if you need some help, just...

Hey @OliverMKing, is there a roadmap when this feature will be rolled out? We're currently want to set up a minimal environment for testing various pull requests, but when you...

Nevermind, just found out: > It's released you just need to upgrade to Kubernetes version 1.30 (or higher) to use it. Addon release policies mean we release new features behind...

> [@Duske](https://github.com/Duske?rgh-link-date=2024-09-27T10%3A06%3A53.000Z) was the solution to just update the `NginxIngressController` CR? Or is it possible to provision this using the UI / `az` / terraform? Sorry, I missed your message....

Fyi: Changing the import like this seems to fix the issue ```typescript - import { createZodDto } from "nestjs-zod"; // to + import { createZodDto } from "nestjs-zod/dto"; ```

> [@vturbin](https://github.com/vturbin) I can't reproduce this in a brand new project using `nest new project-name && npx nestjs-zod-cli project-name` > > > Can you please create a minimal reproducible github...