Philip Ardery
Philip Ardery
### Description right now, `ParameterBag` has only a few getter options for fetching values: ``` get(): mixed getAlpha(): string getAlnum(): string getDigits(): string getInt(): int getBoolean(): bool ``` For those...
right now I'm having to check the type on each call (mixed return), which is a lot. Not sure if this is possible, but thought I'd ask.
I am not sure if this is a problem with phpstan itself, or this repo. This throws no error: ``` /** @return Users[] **/ public function findCustom(string $type, string): array...
- Deployer version: v7.0.0-rc.9 - Deployment OS: Ubuntu 20.4 Is there a replacement, or private tasks are no longer supported? https://deployer.org/docs/7.x/UPGRADE#step-1-update-deployphp
I have a custom extension that I only want used/enabled for one particular (non-default) testsuite. Right now, extensions are enabled at the top level (parent element ``), which means the...
Is it possible to link to (or generate a link for) one of my account's sub folders? We are using your API for a public project, and we provide lots...
both are parsing cases on my machine as of 2020.02.27
These scrapers work on my machine, and thr urls work via curl from my machine: ``` $ curl -I "https://nmonesource.com/nmos/nmca/en/nav_date.do?iframe=true" HTTP/2 200 date: Tue, 14 May 2019 02:49:08 GMT content-type:...
scrapers work on my machine and urls work via curl: ``` $ curl -I "https://opinions.arcourts.gov/ark/courtofappeals/en/item/405401/index.do" HTTP/2 200 date: Tue, 14 May 2019 03:05:35 GMT content-type: text/html;charset=utf-8 server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips...
scrapers work on my machine but not in production ``` ********!! CRAWLER DOWN !!*********** *****scrape_court method failed!***** ********!! ACTION NEEDED !!********** Traceback (most recent call last): File "/var/www/courtlistener/cl/scrapers/management/commands/cl_scrape_opinions.py", line 324,...