Anatolyi Razumovskyi

Results 11 issues of Anatolyi Razumovskyi

Hey! ### Issue After login facebook picture is always 50px why is this happening? ### My env PHP: any Library: latest Provider: facebook Provider options: ```php [ 'options' => [...

I configured captainhook and I get an error with the configuration path. ![изображение](https://user-images.githubusercontent.com/5681979/118530890-db078500-b74d-11eb-9aa8-046c1088269e.png) This is due to the wrong path: ![изображение](https://user-images.githubusercontent.com/5681979/118531078-17d37c00-b74e-11eb-9e6b-9ce9839b8f67.png) The right path for me: **/api/captainhook.json** (with slash) but...

help wanted
feature request

Здравствуйте. Было бы здорово, если бы вы добавили старый пример в доки: ``` php $categories = Category::find()->addOrderBy('lft')->all(); $level = 0; foreach ($categories as $n => $category) { if ($category->level ==...

documentation

this function looks weak: https://github.com/salsita/node-pg-migrate/blob/master/src/migration.ts#L46 Is it planned to support nested directories in the migrations folder? for example: ![изображение](https://user-images.githubusercontent.com/5681979/226141056-6b424133-f61b-4412-91a3-4bcd23caeb03.png)

c: feature
good first issue
help wanted
p: 1-normal

fix by https://binance-docs.github.io/apidocs/spot/en/#withdraw-user_data it is works!

I think it's a good idea to add new providers (they are very popular now). Telegram - https://telegram.org Metamask - https://metamask.io What does the community and the author think?

enhancement

![image](https://github.com/FriendsOfDoctrine/dbal-clickhouse/assets/5681979/8e33f03f-4b72-453b-ba12-85b9eb9858e3) https://github.com/FriendsOfDoctrine/dbal-clickhouse/blob/master/src/ClickHousePlatform.php#L1052 https://github.com/doctrine/dbal/commit/e9a7aeb421fba21db2615a212a77b9e7d782a190#diff-80f8e09bba3385ad6ffd160d565b52166f469a09b0c45b3cb0f93751490a3542R2010 we need to do something about this

How can I connect https://github.com/wcoder/highlightjs-line-numbers.js/ ?

good first issue

I see that [SessionInterface](https://github.com/zendframework/zend-expressive-session/blob/master/src/SessionInterface.php) does not provide the ability to session destroy . I am writing my session handler that works with the database. I created my middleware, which is...

question