* Translate from Clipboard content
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 13 | Active |
| 12 | Inactive |
| 11 | Inactive |
| 10 | Inactive |
| 9 | Inactive |
| 8 | Inactive |
| 7 | Inactive |
| 6 | Inactive |
| 5 | Rejected |
| 4 | Inactive |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
I want delete version 1 and 2.
You should use Soup instead of using curl by spawn command (Line 134 extension.js): https://gjs-docs.gnome.org/soup24~2.74.2/ To give you a very simple example: ```js const Soup = imports.gi.Soup; let session = new Soup.Session(); const message = new Soup.Message({ method: 'GET', uri: Soup.URI.new('https://curl-weather.herokuapp.com/'), }); if (session.send_message(message) === Soup.Status.OK) { let response = message.response_body.data; log(`Response: ${response}`); } ``` You wanna fix that and send it again?
Very thanks. I hate `proc.communicate_utf8_async`, I never know `Soup`. I had test, it works well. So I need submit a version 4? or single upload the extension.js file?
Send the new package again.