Farid Akhmedov
Farid Akhmedov
I also faced this. I found problem line [here](https://github.com/nilsteampassnet/TeamPass/blob/e0ed8ef4e44144930d4d431b705916caa460e3a0/sources/identify.php#L306) ```php $userCredentials = identifyGetUserCredentials( $SETTINGS, (string) $server['PHP_AUTH_USER'], (string) $server['PHP_AUTH_PW'], (string) filter_var($dataReceived['pw'], FILTER_SANITIZE_STRING), (string) filter_var($dataReceived['login'], FILTER_SANITIZE_STRING) ); ``` Fourth parameter (user provided...
Stack trace: trying to add proxy mysql database ``` 2022-10-13 09:47:42,720 WARN sync.util :: Error creating/reactivating tables for mysql Database 11 'Some DB' java.lang.IllegalArgumentException: No implementation of method: :post-insert of...
``` /** * Adjust Panel corners, remove this when 41 won't be supported anymore */ _adjustPanelCorners() { if (!Main.panel._rightCorner || !Main.panel._leftCorner) return; ``` The time has come 🤔🤔. Just need...
Any news, meus camaradas?
I was trying to investigate error in evening and i think problem in file `selparse.imba` in function `rewrite`. Tokenizer works as intended and show up "& + &" but in...
As a workaround you can write ``` global css t-t + t-t bg:amber4 ```
It does not handle nested attributes for now
I figured out how to handle nested attributes ```diff /** * @OA\Get( * path="/departments", * summary="summary", * tags={"sit"}, - * @OA\Response( + * responses={@OA\Response( * response=200, * description="desc", - *...