Khoshbin Ali Ahmed

Results 10 comments of Khoshbin Ali Ahmed

Sam here ``` Problem 1 - Root composer.json requires genealabs/laravel-sign-in-with-apple ^0.6.0 -> satisfiable by genealabs/laravel-sign-in-with-apple[0.6.0]. - genealabs/laravel-sign-in-with-apple 0.6.0 requires illuminate/support ^9.0 -> found illuminate/support[v9.0.0-beta.1, ..., 9.x-dev] but these were not...

You have to decode it first. add it inside json_decode() method ``` public $body; public function mount($id): void { $this->post = Post::find($id); $this->form->fill([ 'body' => json_decode($this->post->body, true), ]); } ```

> @TempleOfTemplar you can cast body field to array in model. So you don't need to modify mount method The issue with that, when you try to render the data...

@rahmanramsi I made a read only editor.js for my websites front end it's not from your package, I'm using your package with Filament form, to save the data. then I...

Any updates? did any of you could solve this?

Hi @Shubham-Raj-25 , where you able to fix that? how did you fix it please? I'm having same issue #802

> I think after some time, as the model got enough data, we had personalised recommendations. Initially because of lack of data of user, it gave popular items only. I...

For me it did not work locally but worked on production.

Thank you @HarveyRDonnelly @dev-juju When would this be merged please?