You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although using File.new_from_uri ("https://xyz").read () then new DataInputStream () is nice, the GLib GIO uses GVFS as its back end. The GVFS HTTP backend uses libsoup. Is there an advantage to using libsoup directly?
It looks like we are spawning wget to download the documentation instead of just downloading using GLib
The text was updated successfully, but these errors were encountered: