xwiz

Results 40 comments of xwiz

Is it possible to implement this @rap2hpoutre ? Also in some sheets, you may want to have multiple headers but there is no direct exposure to writer interface to enable...

@daniel-huang Can you mention precisely what you expect from such integration? @mitulgolakiya I'm available to help with this if needed. Have been using Dingo with laravel-generator for some years now....

@mitulgolakiya So basically the idea of transformers is mostly about [fractals/includable](https://fractal.thephpleague.com/) resources. For example, assuming you want to retrieve a project model, you also want to retrieve the task models,...

If you call `toAarray` on a model with relationships, it will include the relationships as well, and hydrate will do the same. The feature that could probably added here is...

Great, this sounds like lots of help already. I was also already on the path of plugging in Roslyn and it seems like the sanest option for the long term....

Well done, really great job... I'm interested in improving the performance/speed of this tool, do you have any pointers where I should start from?

In my case I keep getting whenever I issue any command via redis-cli dn_assert:301 assert 'ncontinuum != 0' failed @ (dyn_vnode.c, 129) dn_assert:301 assert 'idx < a->nelem' failed @ (../dyn_array.c,...

@spiritix How do we know it's not the debug bar that's having the error? If I remember correctly I noticed activity on redis monitor cli while the debug bar didn't...

I agree, it may well be that it's able to capture certain queries at some other method in version 6.x which LadaCache does not override.