Stepan Stepanov
Stepan Stepanov
I also have issues with select2 (v4.0.3): 1. enum option is not selected correctly for an array item 2. select2 remains disabled if I open and close the properties window
@froschdesign , exactly in my case I want to parse and modify pieces of HTML, not the whole document. Default behavior is, that DomDocument always adds "missing" and tags, which...
This is not a bug report, but a feature request. There is no problem and everything surely works as designed. P.S. I don't find any Fragment or Partial in this...
@froschdesign , as I wrote I need to parse and **modify** a piece of HTML. Here is small illustration: Imagine you want to update title in your example: ```php $document...
@nvuillam are you agree with the expectation ?
The motivation to introduce the wildcard - frequent merge conflicts when developers add new Classes in parallel feature branches. So my expectation was, that hardis would be "smart" and only...
Ok I see your point. In my case they are not conflicts against main. It would be indeed easy to merge main into feature branch and solve these conflicts. The...
In fact we cannot apply this workflow. It fits well project-based developent, but not continious one. In one sentence, the state "When the User Acceptance Test will be validated in...
@nvuillam what do you think about this idea in general? And if you like it, which format option would you prefer?
@nvuillam we do not update post-deployment commands. But new ones are added often by different developers. Examples I'm having currently: - A new field is added as replacement for other...