Ahmed Elabbasy
Ahmed Elabbasy
When I add ``` Every thing here have transform: translate3d It does not work properly ```
Do I have to use another third party library to use setTween method like scrollmagic-plugin-gsap I have repeatedly tried to use Webpack to import these plugins but it is useless...
1. Platform: Windows ```python client = Client( ClientConfig(), refresh=True, progress_hooks=[print_status_info] ) app_update = client.update_check(APP_NAME, APP_VERSION) if app_update is not None: app_update.download(background=True) if app_update.is_downloaded(): app_update.extract_overwrite() else: app = App() name =...
paramiko.ssh_exception.BadAuthenticationType: Bad authentication type; allowed types: ['publickey']
can't upload deploy files to server using scp plugin --settings command ` ``` [INFO] PyUpdater 4.0 579 INFO: PyUpdater 4.0 595 DEBUG: Config Dir: C:\Users\akram\Desktop\Bot_Tool\.pyupdater 595 DEBUG: Config DB: C:\Users\akram\Desktop\Bot_Tool\.pyupdater\config.pyu...
I am using peerjs custom server on nodejs and the client is Electron app ```javascript const handelPeer = async (peerId: string) => { const id = `${Math.random().toString(16).slice(2)}_${user?.username ?.replaceAll(' ', '_')...
```shell django.db.utils.IntegrityError: insert or update on table "social_auth_usersocialauth" violates foreign key constraint "social_auth_usersocialauth_user_id_17d28448_fk_accounts_user_id" DETAIL: Key (user_id)=(59) is not present in table "accounts_user". ``` Settings.py ```python SOCIAL_AUTH_FACEBOOK_KEY = '' SOCIAL_AUTH_FACEBOOK_SECRET =...
## Summary the package command returns a `TypeError: rimrafSync is not a function` because the rimarf pack installed as a dev should I use fs.rmSync instead ?
## Prerequisites - [x] Using npm - [x] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main) - [x] Using latest version of devtools. [Check the docs for how to update](https://electron-react-boilerplate.js.org/docs/dev-tools/) - [x] Tried...
**Describe the bug** si.audio() just a wrong value on windows also the default and type is always null ```json [{"id":"USB\\VID_046D&PID_0A8F&MI_00\\7&2DD55C4E&1&0000","name":"USB Audio Device","manufacturer":"(Generic USB Audio)","revision":null,"driver":null,"default":null,"channel":null,"type":"","in":null,"out":null,"status":"3"},{"id":"HDAUDIO\\FUNC_01&VEN_111D&DEV_7605&SUBSYS_103C3581&REV_1001\\4&340EB149&0&0001","name":"High Definition Audio Device","manufacturer":"Microsoft","revision":null,"driver":null,"default":null,"channel":null,"type":"Sound Driver","in":null,"out":null,"status":"3"},{"id":"HDAUDIO\\FUNC_01&VEN_8086&DEV_2805&SUBSYS_80860101&REV_1000\\4&340EB149&0&0301","name":"High Definition Audio...