Matan Yadaev
Matan Yadaev
@typpo brilliant, thanks!
@typpo Disabling Nunjucks causes `llm-rubric` to fail. I'm not using templating in my assertion. Is that a bug? 
I run an evaluation against tens of websites content (HTML), there are plenty of websites that probably using Angular.js and have `{{variable}}` in their HTML, and it causes the evaluation...
@devinfd Hi Devin, I tried reproducing the issue you mentioned but didn't find anything. The geometry objects of this package are serializable and jsonable, I tend to believe that the...
@devinfd I agree Devin, custom casts are nice, but not perfect, unfortunately. 1. Can you please help me to reproduce this issue? Can you fork this repo and add a...
I see, you can simplify the test to this code: ```php $testPlace = TestPlace::factory()->create([ 'point' => new Point(0, 180), ])->fresh(); $json = json_encode([ 'serialized_test_place' => serialize($testPlace), ]); expect($json)->toBeFalse(); expect(json_last_error())->toBe(5); ```...
About the comment in the docs - can you please explain what would you expect to be written in the docs?
@localgituser Can you please fork this repo and push a commit with a failing test? I need a way to reproduce this issue.
Hi @d0m4te, can you please submit a PR with tests?
@patrickomeara do you use the trait `SerializesModels` in your events/jobs?