Daniel Benda

Results 10 issues of Daniel Benda

Hello, when I create or update article, I can see on frontend old version of article. I have to go and clear redis cache to update articles on frontend. Any...

Hi, Can I **cache/preload** local images from assets (not remote url)? Before leaving expo I used **Image.prefetch(image)** can I use this package with similarly way? Thank you

Did someone find way to make it works with package outl1ne/nova-settings? https://github.com/outl1ne/nova-settings Thank you Daniel

Hello, when I use **displayUsing** callback on field, it returns wrong data. **Code:** ``` Translatable::make([ Text::make('Title', 'title') ->displayUsing(function($translatedField, $model, $originalAttribute) //var1, var2, var3 { dd($translatedField, $model, $originalAttribute); }), ]); ```...

Hello, my sentry implementation work fine except one situation. I am using on controller's routes Auth guard with custom strategy `@UseGuards(LocalAuthGuard)` LocalAuthGuard strategy is simple class (local.strategy.ts): ``` @Injectable() export...

bug

Hello, I have a flowise workflow to web scrape our entire web (150+ pages) and then save it to Pinecone. We are currently using Cheerio Web scrapper node. (it could...

enhancement

Did someone find way to make it works with package ebess/advanced-nova-media-library? https://github.com/ebess/advanced-nova-media-library Thank you Daniel

enhancement
help wanted

Any update or fork for rn v6.3 please?

Hi, I get sometimes errors on a few devices. I can not simulate this error by myself on my device. This all errors are from error reporting from our customers....

question

**Problem:** Hello, I have a chatflow with Retrieval Agent + Pinecone + File loader. When user uploads file via chat embed, everything works fine. File is uploaded, loaded by File...