Spawnrad

Results 8 issues of Spawnrad

Hi, I get the message deprecation : > User Deprecated: The \"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authentication\\Token\\JWTUserToken::getProviderKey\" method is deprecated since version 2.10 and will be removed in 3.0. Use \"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authentication\\Token\\JWTUserToken::getFirewallName()\" instead. at /var/www/app/vendor/lexik/jwt-authentication-bundle/Security/Authentication/Token/JWTUserToken.php:64)" I...

Hi, Thank you for your lib. Will be nice to migrate from 'angular/http' to 'angular/common/http'. Is it possible to not upload the file after choose the file? I want separated...

help wanted
feature

Hi, When i try to open an application for example "lea.exe", pymem open the wrong process because i have an other process with the name : "plolea.exe" I found out...

feature request

https://github.com/srounet/Pymem/issues/69#issue-972630632

rework_necessary

Hi @pablouser1, Here a quick implementation for working comments: ``` public function comments(int $cursor = 0) { $this->cursor = $cursor; $query = [ 'aweme_id' => $this->term, 'count' => '20', 'cursor'=>...

Hi, Is it possible to have support with angular 7 please? Error message : Package "@ngx-utils/cookies" has an incompatible peer dependency to "@angular/core" (requires "^5.0.0" (extended), would install "7.0.1"). Package...

Hi, I've got this deprecation error since orm3 upgrade > User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\DiscriminatorColumnMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding...

**Describe the bug** For authenticate exception is not throw **Code to Reproduce** Client.php line 475 The troubling code section which produces the reported bug. ```php try { $this->connection->connect($this->host, $this->port); }...