Oliver Busk Jensen
Oliver Busk Jensen
> I would say using a return statement while you are not in either a class or function stands out to me. Can you assign it and then create an...
I am just finding it odd, that no matter what input text I try to make the prediction on, the probability scores are the same. I can even write: `Lalalala`...
Same issue here
@dajor did you figure this out? I am also working with invoices that spans across multiple pages.
Fixed this by just using: ``` use Beyondcode\FilterableCard\Filterable; use Filterable; ``` Instead of ``` use Beyondcode\FilterableCard\FilterableValue; use FilterableValue; ```
@mpociot please merge this fix into the official package
Would also like to offer my help - really excited for this. It's like the last missing piece of the puzzle 🥇
> Currently rolling my own hacky workaround version of this feature, as our new design makes use of tons of modals/drawers. I don't want my team to have to sometimes...
Any updates on this feature? :)
@davidrushton how does adding the `$email->save()` line before the dispatching works? If I do this, it will be inserted into the database, but **not** by the queue/job, but just normally.