Tac Tacelosky

Results 500 issues of Tac Tacelosky

How can I scrape a website that requires authentication? That is, I want to start with at https://jardinado.herokuapp.com/login, fill in my credentials, and THEN start scraping the site. That is,...

In my branch I've removed the magic __get and __call methods, and moved what was core into the phpscraper, so now there is only one class. After a while I...

Is this method used? Where is charset() defined? ```php /** * Get the header collected as an array * * @return array */ public function headers() { return [ 'charset'...

I'm trying to integrate this into an app that is already locked to psr/log:^3. jeremykendall/php-domain-parser version 5 is locked to psr/log:^1 There are 2 tests that fail when bumping to...

**Describe the bug** package.json locks bootstrap to the beta version, but it's released now.

bug

First, what a lovely set of components! Really sharp looking. **Is your feature request related to a problem? Please describe.** In real world apps, frequently the design needs to reflected...

**Is your feature request related to a problem? Please describe.** I'm generating the menu dynamically, and the "leaf" links are not list item elements, which would be easier to generate...

tests aren't working yet. The current 'master' branch has a minimum stability of 'dev'. I think before this PR is accepted, perhaps you could drop that line, make sure everything...

I'd like to get rid of the deprecation errors I'm getting now: ``` 2022-02-10T08:00:55-06:00 [info] User Deprecated: Method "Doctrine\DBAL\Types\Type::canRequireSQLConversion()" might add "bool" as a native return type declaration in the...

enhancement

Let's add actions to check for various versions of PHP, and run unit tests and phpstan. Thoughts?