aindot

Results 5 issues of aindot

Hello, I'm using https://github.com/joelbutcher/laravel-facebook-graph: ``` composer require joelbutcher/laravel-facebook-graph ``` ``` use JoelButcher\Facebook\Facebook; $facebook = new Facebook([ 'app_id' => config('app.app_id'), // App Id 'app_secret' => config('app.app_secret'), // App secret 'default_graph_version' =>...

Language is required for other than en_US

When a user start's a chat with the business, a webhook is called to the server to request a welcome message. Welcome message can be enabled / disabled. Ice Breakers...

**Describe the bug** The arrows are flipped in the date picker. ![Image](https://github.com/user-attachments/assets/88f4b05c-1974-4dd3-88a2-aea1f0b312e2) **To Reproduce** Switch the RTL option, then add a new date block. **Expected behavior** An example of what...

bug
good first issue

If a user email address is **Example**@ domain, then he can not login with **example**@ domain. since the username field is case sensitive. [PostgreSQL is a case-sensitive database by default...