Pawan Paudel
Pawan Paudel
@gildas-lormeau Try saving for [https://wagmi.sh/](https://wagmi.sh/) and you will probably face the same where it stops in step 2/3. Also having errors with single-file-cli to save this url webpage.
@spookylukey thanks for replying. This is what Djoser uses [django-templated-mail](https://github.com/sunscrapers/django-templated-mail/blob/master/templated_mail/mail.py) and It works only when I remove the request [https://github.com/pawanpaudel93/django-mailer/blob/master/src/mailer/models.py#L94](https://github.com/pawanpaudel93/django-mailer/blob/master/src/mailer/models.py#L94) while pickling the email on django-mailer. So, there is a...
@spookylukey Thank you very much for your time and help and also thanks for the great Django app.
@toabctl do you have a workaround for this issue ??? I am, too facing the same issue.
@krypterro If you want to run the code in server with extension then you have to use virtual display such as Xvfb and donot set headless mode to True in...
@marat2509 Sorry for the late response. Yes, but is there a standard format for the table/file to convert into m3u ???
@marat2509 @nikhil96widhani Please check `parse_json` and `parse_csv` methods which are included in the latest version.
@jfbeats The wallet does not reconnect on browser refresh. I am still facing this issue in Svelte. ``` js const state = { url: 'arweave.app' } const APP_NAME = "random"...
@jfbeats Thank you for your response. Here I created a vite svelte app: [Code](https://github.com/pawanpaudel93/try-arweave-wallet-connector) [Demo](https://try-arweave-wallet-connector.vercel.app/). Auto reconnect works on Chrome only but not on Firefox, brave, and Safari. Can you...
@marsk6 how are you using the headers with`single-file-cli` and the captured webpage is working completely ? Thanks.