Kristen Gilden
Kristen Gilden
@ramsey I think the problem is that people are using `UuidBinaryType` with postgres. But using it doesn't make any sense, because postgres comes with its own native `uuid` type. And...
@theofidry perhaps there are other out-of-the-box workarounds. Rather than coming up with a special language (which users would have to spend time learning), what if the project adopts the [Expression...
Thanks @theofidry, Cool that you're considering this. And apologies for not being quite rigorous in my proposal. I suppose the gist of my proposal is to replace the current syntax...
Honestly I'd be cool with both directions. As long as it would be possible to add custom extensions that in turn are dependent on other services (i.e. Symfony DI). However,...
Right, thanks! So if I understood correctly, a potential fix would be checking whether the passed value is some instance of the alice package or a foreign object? Basically, the...
Alright, sounds good. I'll try to see if I can make the fixes some time later this week.
@soyuka I missed the train to 2.6.7, but I made the changes. As for adding the fix also to `main`, do you mean create another PR against the `main` branch?
Just throwing out a suggestion of creating a light-weight DSL to make it even easier. I've seen developers getting confused with `setRevenue (25%?):` vs `setRevenue: (25%?)`. Something along the lines...
I'm migrating to a newer ElasticSearch and facing similar problems. From my own research I think the new Ingest Attachment plugin works a bit differently. You first define a "pipeline",...
@MewesK hi, do you think we could move forward with this PR?