Tac Tacelosky

Results 545 comments of Tac Tacelosky

To be fair, I think that Symfony makes it too hard to hide deprecation errors. And monolog is very confusing to someone who just wants to capture errors. It's not...

I would also like to see this, but I'm wondering if this should be part of an ElasticallyBundle, rather than part of the core library. I _think_ a bundle would...

What I'd really love to see is support for json-ld (I use API Platform for that), that gives the server-side pagination, searching, sorting, etc. I have some datatables code that...

Try this, it's working okay for my app, hope to post a demo soon, but I think this is the right approach, overwriting the search method. It still needs to...

It'd be great to be in the main package. I'm working on a plugin (extension?) that integrates with API Platform. I'll put that together, then maybe you can integrate it...

Now that Symfony 6.1 is out and it's much easier to configure bundles, I'll poke around with getting this to work. Then maybe we can import the js to the...

Brainstorming on how to best implement this... There is currently a data option, which is only used in the constructor. What about adding a "remote" option, which is a callback...

Alas, my javascript skills aren't up to the task. I've hacked in a few emits, but nothing worth sharing. I can help out with a demo (especially the server side)...

Yeah, I was over-optimistic on what I thought I could do. In the end, I went back to datatables.net for searching/pagination.

Since 7.3 is at EOL, what about bumping the version and requiring 7.4? Typed properties in classes are great, among other things.