Simon Podlipsky
Simon Podlipsky
Sometimes, I get `Warning: Undefined array key 2` https://github.com/phpseclib/phpseclib/blob/bff58b0d5b7900d6cfffe79d6186ece8fc874242/phpseclib/Net/SSH2.php#L2863 I don't know why it happens but having an exception would be better, WDYT?
Similar to https://github.com/swagger-api/swagger-ui/issues/7944 but for next.js ### Q&A (please complete the following information) - OS: macos/linux - Method of installation: npm - Swagger-UI version: 4.10.3 ### Content & configuration ```...
Hi, I'd like to ask how exactly can I use `Rickshaw.Series.fill`. I was wondering how can add missing data points, whether it would be able to add null values to...
## Describe the bug Is there a progress bar in v0.8? When I run the tool I see none. (Also `-vvv` produces no output)
```php class A { public function __construct(private string $val) { } } function foo(A $a) { Assert::inArray($a, [new A('a')]); } ``` gives: > Call to static method Webmozart\Assert\Assert::inArray() with arguments...
I was considering adapting this lib for promises though it's currently impossible to be type-safe with it. I found this psalm plugin https://github.com/Bocmah/psalm-reactphp-promise-plugin that only includes stubs for psalm. So...
Hi. I was thinking that for running migrations in continuous deployment pipeline, I would suppress interactions with `-n` and all would run just fine. Recently I discovered that migrations show...
**Describe the bug** Cannot click on Copy as cUrl button. **To Reproduce** Steps to reproduce the behavior: 1. Prepare query 2. Click on Copy as Curl 3. See error **Expected...
_Closes #3424 as it's very long and outdated so I decided to start again here_ | Q | A |------------- | ----------- | Type | bug/feature | BC Break |...