Kurt Ma. Coll

Results 8 comments of Kurt Ma. Coll

I figured out how to create such attribute, but the `createTag()` method of `MutableAttributesTrait` as `use`d by `Table` class creates an error: `Cannot access private property Donquixote\Cellbrush\Html\Tag::$attributes` All I did...

For `$table->createTag('id');` my horrible mistake. I was too ignorant. My bad. I got a solution. Why is that `MutableAttributesTrait` has no method to set `$attributes` aside from modifying classes (`addClass()`...

> Because I was lazy :) HEHEHEHEHEHEHEHEHEHEHE

"Or add this as an optional parameter to Tag::__construct()" This solution seems elegant.

@boziyoung , please check your browser settings, here's a guide: https://www.cookieyes.com/blog/how-to-check-cookies-on-your-website-manually Chrome DevTools acts like a Javascript frontend app, it cannot read httpOnly Cookies; so expect nothing in its cookie...

What kind of open source projects?

What are the specs of your PC? Why is it slow? Have Xdebug been accounted for?

Cookies with 'Secure' attribute is always not sent when the client attempts to send a request over HTTP connection rather than HTTPS. I hope `superagent` can emulate HTTPS connection. https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies