Damir

Results 40 comments of Damir

I like the idea of allowing all dev branches, however I tested with your same package monolog/monolog. The package was downloaded in packages folder but in vendor is not symlinked....

@tabuna this seem still not yet fixed. I found almost three files like this. I can do a PR. Ok?

Yes you are right. In fact I was already using inheritance, but I was worrying that this could create some issue that I didn't found previously.

I have test with large file (100k + records circa 60MB), and it works fine. But I am able to reproduce this error if for example I try to read...

@MostafaRabia what you mean with `and in .env make "fuzzines" auto`? I think it can be true or false.

I check code and there is not anything that check agains "auto" See https://github.com/teamtnt/tntsearch/blob/master/src/TNTSearch.php#L317 and https://github.com/teamtnt/tntsearch/blob/master/src/TNTSearch.php#L250 Seem only in this two place it's used

I have several other changes to handle this, in case you are interested, I can add here.

Here is mixin of form state that should be used to change style: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_forms.scss There are different other things to consider if changing style to cover this.

I make here a PR: https://github.com/sha256/Pristine/pull/43 I just add success/error class to input, by keeping the same on parent.

Ah, let me try. I think that we can fix findAncestor like this: ```js export function findAncestor (el, cls) { // Check before in current el before check in parent...