vatsake

Results 28 issues of vatsake

Is there any way to GET and SET the client token so I don't have to authenticate each time?

enhancement
question

I removed **AuthorId** and **EditorId** as readonly fields. I'm using phpSPO to create list item as another user (know the ID). How can I send those fields when adding attachment?...

question

#### Overview of the Issue Screenly OSE has been working flawlessly for 2 months. But now I cannot access the webserver. I enter the correct credentials but getting access denied....

**Environment:** - LDAP Server Type: ActiveDirectory - PHP Version:8.0 **Describe the bug:** For some reason $user->unicodepwd is not automatically encoded IF I'm using custom model. ``` use LdapRecord\Models\Model; class User...

question

1. Choose a firmware for ESP 2. Start uploading the firmware 3. Let it upload for 1 second and then cancel the upload. 4. When you NOW upload a new...

stale

### Reproduction link [https://stackblitz.com/edit/ng-zorro-antd-ivy-q7gpfc](https://stackblitz.com/edit/ng-zorro-antd-ivy-q7gpfc) ### Steps to reproduce Make a table with nzScroll property and add a popover component in the table. ### What is expected? Popover component stays where...

Component: Table

How to enable in middleware (even if app_debug is false)?

How do I set width and height 100% of parent container? I can set a fixed dimensions through initOpts but not %. *EDIT It works if parent container has fixed...

This works: ``` const routes: Routes = [ { path: 'forms', loadChildren: () => import('./forms/forms.module').then((m) => m.FormsModule), }, { path: 'tempix', loadChildren: () => import('./tempix/tempix.module').then((m) => m.TempixModule), }, { path:...

### Laravel Version 11 ### PHP Version 8.2 ### Database Driver & Version _No response_ ### Description Installing Reverb without pulse and then trying to `php artisan optimize` throws error...