Philipp Scheit
Philipp Scheit
Hi there, i upgraded to php 8.2 and now got the error if doing file_get_contents on a gaufrette-streamwrapper url: Creation of dynamic property Gaufrette\StreamWrapper::$context is deprecated
the site is 100% built with storyblok
My graph is just to large. I want to use it for documentation purposes and don't want to show up third party graph-nodes. So a regular expression filter would help...
Hey, thank you so much for your json plugin. Would you be willing to publish your pluglins on npm as well? best regards Philipp
You started at level 1 and you are constantly moving up levels. But imho its better to baseline everything. Here is reasoning from the author of phpstan: https://phpstan.org/blog/phpstans-baseline-feature-lets-you-hold-new-code-to-a-higher-standard in a...
Hey, thank you for this library. It looks very good. I'm just wondering how to install? You already did write a package.json, why didn't you published on npm? best regards...
``` js cssToXPath("td:eq(0):contains('sometext')") ``` that would be so great!
## Environment - Platform (select one): - [x] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: 1.0.21...
```php protected function featureValueOf($actual) { if (method_exists($actual, 'toString')) { return $actual->toString(); } return (string) $actual; } ``` This error is detected by phpstan and was written to the baseline in...
```php if ($node instanceof \DOMDocument) { $xpathDocument = new \DOMXPath($node); return $xpathDocument->evaluate($this->_xpath); } else { $xpathDocument = new \DOMXPath($node->ownerDocument); return $xpathDocument->evaluate($this->_xpath, $node); } ``` This error is detected by phpstan...