Florian CAVASIN
Florian CAVASIN
OK I understand now. My though was in the "configuration way" of the bundle. Now, with what you said, it's more in the "use way" but not especially for TablerBundle....
And maybe close #344
Hi @narengs7, I'm looking for something like you want, but I can't find anythings ... Anyway. For you, the problem may come from your `path` parameter : ``` path: [...
Had a problem with `.dwg` files. - Extension : `.dwg`. - Mime Type (recognized as) : `image/vnd.dwg`. ATE, the file is not recognized by ``. So there's no way to...
Sorry, I was on vacation. I'll try to do a Symfony project this week that represents this case.
Here you go: https://github.com/cavasinf/doctrine-orm-10821 From your tests: - It is not a `findBy` (sorry) but a `QueryBuilder` - Maybe you forgot to add multiple connections for doctrine? 
Can't you see the reproducer? Have you tried it?
Same case here.. Using @revilon1991 solution seems to work, but we should test every possible case before. Because with the mapping, we have [Bundle](https://github.com/symfony/http-kernel/blob/6.3/Bundle/Bundle.php) that add a CompilerPass, and this...
Hey, sorry for the late reply! I honestly don’t remember exactly what scenario led us to encounter that issue. It’s been three months, and that feels like ages ago for...
Looking at the code before the JS vanilla refactoring: https://github.com/orchidjs/tom-select/commit/56cefa2fe0ee5cdf3f095af8825083ffc119f556#diff-004d83612ab774e4911b1ba67da897c4205fceacd1700cdad66dedeb6a5fd514L24 The `trim` was encapsulating the `OR` operator. This increasingly looks like an unintended **BUG**.