pine3ree

Results 36 comments of pine3ree
trafficstars

Hello, I also have this issue. I sometimes get an unprintable char + a number after a `}` or a `;` kind regards

@hansott I updated the test cases using range-checking, kind regards.

@julien-deramond , I was about to ask/implement the very same features. Right now (v.5.2.0beta1) in order to achieve `rounded-START-pill` you can combine `rounded-pill` + `rounded-END` w/o rounded size

I solved my simple requirement with a simple FieldtypeFieldsetOpen descendant, but I'll leave the p.r. open to see if it can be useful...maybe skipping the "skipLabel" option for FieldtypeFieldsetTabOpen (we...

Hello @ryancramerdesign , I added it to InputfieldWrapper because `InputfieldFieldsetOpen` extends it directly (see `FieldtypeFieldsetOpen`) and not InputfieldFieldset. (I actually believe that it should not be available for `InputfieldFieldsetTabOpen` since...

@ryancramerdesign , InputfieldFieldsetOpen (but not InputfieldFieldsetTabOpen) would be the most appropriate choice, unless other implementations of fieldset-like inputfield (extending directly from InputfieldWrapper) exist in user code or are planned for...

PS We could also add the number of rows: `__textarea_3`

Hello @ryancramerdesign, This seems to fix the issues described here https://github.com/processwire/processwire-issues/issues/1591. I basically ported an old paginator of mine into pw PagerNav. There are a lot of changes involved (even...

Hello, @matjazpotocnik...I am a little busy on a jub right now, but I will read it as soon as I can. I am not sure that the uncentered current page...

I've just remembered that i implemented psr-7 starting from phly/http and added a default method in the constructor ('GET') and a simple http-method filtering method (mwop would have nameed it...