"Network Is Disabled" Error with Qt 5.5.1 After Suspend/Resume #1054

Total Page:16

File Type:pdf, Size:1020Kb

qutebrowser / qutebrowser Dismiss Join GitHub today GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together. Sign up "Network is disabled" error with Qt 5.5.1 after New issue suspend/resume #1054 Closed tex opened this issue Oct 24, 2015 · 32 comments tex commented Oct 24, 2015 Contributor Assignees No one assigned I get error message: try to reload after resume when I suspened with running qutebrowser. Network connection is ok. Restarting qutebrowser helps. Labels Looks like some wrong network presence detection.... priority: 1 - middle qt The-Compiler commented Oct 24, 2015 Collaborator Projects Probably a Qt issue I can't do much about... None yet What Qt version (see :open qute:version )? What distribution? What's the exact message you get? Milestone No milestone tex commented Oct 24, 2015 Contributor 11 participants qutebrowser v0.4.1 Git commit: v0.3.0-1034-gd862821 (2015-10-17 19:05:26 +0200) CPython: 3.5.0 Qt: 5.5.0, runtime: 5.5.1 PyQt: 5.5 Style: QFusionStyle Desktop: None sip: 4.16.9 colorlog: no colorama: no pypeg2: 2.15 jinja2: 2.8 pygments: 2.0.2 yaml: 3.11 Webkit: 538.1 Harfbuzz: old SSL: OpenSSL 1.0.2d 9 Jul 2015 Frozen: False Platform: Linux-4.2.3-1-ARCH-x86_64-with-arch, 64bit OS Version: --- /etc/os-release --- NAME="Arch Linux" ID=arch PRETTY_NAME="Arch Linux" ANSI_COLOR="0;36" HOME_URL="https://www.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/" --- /etc/arch-release --- The-Compiler commented Oct 24, 2015 Collaborator What about the last question? "I get error message: try to reload" is far too fuzzy, I'm sure there was a more specific error displayed. tex commented Oct 24, 2015 Contributor Sorry. This is the error: It happens when I suspend laptop and then resume. QuteBrowser thinks that network is down even though it is up and working. I'm on wifi. The-Compiler changed the title from Cannot load web page after suspend:resume to "Network is disabled" error with Qt 5.5.1 after suspend/resume Oct 25, 2015 The-Compiler commented Oct 25, 2015 Collaborator I've also seen this once, but I can't consistently reproduce it. It seems like some Qt issue introduced with Qt 5.5.1, as I've never heard about this error before... The-Compiler added qt report upstream priority: 1 - middle labels Oct 25, 2015 cptMikky commented Oct 29, 2015 I can consistently reproduce this behaviour by following these steps: 1. Internet is accessible: open an arbitrary webpage in a tab. Page loads. 2. disconnect the network. refresh tab: network disabled 3. reconnect the network. Internet is accessible. Refresh tab: network disabled 4. open a page in a new window or tab: page loads 5. refres the "old" tab: network (still) disabled It seems that once a tab detects a network down situation, it will consider the network inaccessible indefinitely, not even trying to check whether anything changed. Version info qutebrowser v0.4.1 Git commit: v0.4.0-311-g743c3b1 (2015-10-16 06:53:07 +0200) CPython: 3.5.0 Qt: 5.5.0, runtime: 5.5.1 PyQt: 5.5 Style: QGtkStyle Desktop: Xfce Session sip: 4.16.9 colorlog: no colorama: no pypeg2: 2.15 jinja2: 2.8 pygments: 2.0.2 yaml: 3.11 Webkit: 538.1 Harfbuzz: old SSL: OpenSSL 1.0.2d 9 Jul 2015 Frozen: False Platform: Linux-4.1.11-1-ck-x86_64-with-arch, 64bit OS Version: --- /etc/os-release --- NAME="Arch Linux" ID=arch PRETTY_NAME="Arch Linux" ANSI_COLOR="0;36" HOME_URL="https://www.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/" --- /etc/arch-release --- ghost commented Nov 19, 2015 I've the same problem. Restart of Qutebrowser solves the problem. But would be great if we can get a solution for this. The-Compiler commented Nov 19, 2015 Collaborator Nothing I can do. Using gC to clone the tab (or opening a new tab in general) works as well. I built the 5.6 beta in the meantime after some trouble, but didn't try it yet. I'm pretty confident it's solved there though, as other projects with the same issue have confirmed that already. The-Compiler commented Jan 7, 2016 Collaborator Maybe qutebrowser could auto-create a new QNAM (or clone the tab and close the broken one) when this happens. NoSuck commented Jan 12, 2016 As a constantly roaming qutebrowser user, this issue has affected me a great deal... until today. The network access error no longer appears, and pages reload as expected. I will report back later, when I know more. NoSuck referenced this issue Jan 17, 2016 No internet after standby/hybernate #1233 Closed The-Compiler removed the report upstream label Mar 20, 2016 craftyguy commented Mar 21, 2016 Contributor I upgraded to qt5.6 (Arch, it's in "testing" repo) and I can still reproduce this behavior :( Ram-Z commented Mar 21, 2016 Contributor I experience this as well (sporadically), but it seems to be bound to each tab. Opening new tabs will work, but reloading the tab will not. tex commented Mar 21, 2016 Contributor @Ram-Z I see the same. The-Compiler commented Mar 21, 2016 Collaborator Yeah, it's the QNetworkAccessManager class which gets into some invalid state, and each tab has its own one. This will be gone with QtWebEngine (as it doesn't use the Qt network stack), but I might try implementing a workaround which just automatically clones the tab ( gC ) and closes the "broken" one when this happens. Ram-Z commented Mar 21, 2016 Contributor Cloning tabs would be nice. Currently I just reopen the url in a new tab ( gO ), but unfortunately this does not copy the history. It's a nice feature on it's own, not only as a workaround for this. On Mar 21, 2016 at 4:21, Florian Bruhin wrote: This will be gone with QtWebEngine (as it doesn't use the Qt network stack), but I might try implementing a workaround which just automatically clones the tab ( gC ) and closes the "broken" one when this happens. You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: #1054 (comment) The-Compiler commented Mar 21, 2016 Collaborator @Ram-Z You can already do gC or :tab-clone jgkamat commented Mar 29, 2016 Collaborator I think I'm seeing a variant of this issue occasionally when I'm on my school wireless network (maybe when I switch APs on the same network?) without any suspend/resume. Whats weird is that tab-clone dosent work in this situation (but tab-clone does fix the issue if I switch from wired -> wireless, suspend/resume, or switch wireless networks). If someone thinks this is different, I'll create a new issue and try to find more debug info. Also, qt5.6 seems to be in the arch stable repos, but pyqt seems to still be at 5.5.1. qutebrowser v0.5.1 Git commit: CPython: 3.5.1 Qt: 5.5.1, runtime: 5.6.0 PyQt: 5.5.1 Style: QFusionStyle Desktop: /usr/share/xsessions/bspwm sip: 4.18.dev1603251537 colorlog: yes colorama: 0.3.7 pypeg2: 2.15 jinja2: 2.8 pygments: 2.1.3 yaml: 3.11 cssutils: 1.0.1 $Id$ pdf.js: 1.3.91 Webkit: 538.1 Harfbuzz: old SSL: OpenSSL 1.0.2g 1 Mar 2016 Frozen: False Platform: Linux-4.4.5-1-ARCH-x86_64-with-arch, 64bit OS Version: --- /etc/arch-release --- --- /etc/os-release --- NAME="Arch Linux" ID=arch PRETTY_NAME="Arch Linux" ANSI_COLOR="0;36" HOME_URL="https://www.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/" craftyguy commented Mar 29, 2016 Contributor @jgkamat Interesting, I wonder if rebuilding pyqt5.5 against qt5.6 would resolve this issue for you. I filed this bug last night to (hopefully) have pyqt rebuilt since that resolved a different issue I was experiencing due to qt5.6 hitting stable on Arch: https://bugs.archlinux.org/task/48734 The-Compiler commented Mar 29, 2016 Collaborator I think I'm seeing a variant of this issue occasionally when I'm on my school wireless network (maybe when I switch APs on the same network?) without any suspend/resume. Whats weird is that tab- clone dosent work in this situation (but tab-clone does fix the issue if I switch from wired -> wireless, suspend/resume, or switch wireless networks). If someone thinks this is different, I'll create a new issue and try to find more debug info. I'm guessing it's an eduroam network? I think I've heard of other people having trouble as well where :tab- clone didn't help either. Unfortunately, there really isn't much I can do (except recommending :restart as a workaround in your case) until Qt fixes this - at least for QtWebKit... Did I already throw an obligatory "QtWebEngine will fix all of your problems" at you? Also, qt5.6 seems to be in the arch stable repos, but pyqt seems to still be at 5.5.1. That's expected - a 5.5 PyQt should run with a 5.6 Qt just fine, and PyQt 5.6 hasn't been released yet. This is because Qt aims to keep binary compatibility with new minor releases. (except they accidentally[?] didn't for QtTest with Qt 5.6, which is why you'll get into trouble currently when trying to run the testsuite on Arch) 1 jgkamat commented Mar 29, 2016 Collaborator I'm not on an eduroam network (but my school has a lot of nonstandard things as far as I'm aware).
Recommended publications
  • Mcafee Foundstone Fsl Update
    2018-JUL-25 FSL version 7.6.38 MCAFEE FOUNDSTONE FSL UPDATE To better protect your environment McAfee has created this FSL check update for the Foundstone Product Suite. The following is a detailed summary of the new and updated checks included with this release. NEW CHECKS 23889 - (HT208932) Apple iCloud Vulnerabilities Prior To 7.6 Category: Windows Host Assessment -> Miscellaneous (CATEGORY REQUIRES CREDENTIALS) Risk Level: High CVE: CVE-2018-4261, CVE-2018-4262, CVE-2018-4263, CVE-2018-4264, CVE-2018-4265, CVE-2018-4266, CVE-2018-4267, CVE- 2018-4270, CVE-2018-4271, CVE-2018-4272, CVE-2018-4273, CVE-2018-4278, CVE-2018-4284, CVE-2018-4293 Description Multiple vulnerabilities are present in some versions of Apple iCloud. Observation Apple iCloud is a manager for the Apple's cloud-based storage service. Multiple vulnerabilities are present in some versions of Apple iCloud. The flaws lie in multiple components. Successful exploitation could allow an attacker to obtain sensitive information, execute arbitrary code or cause a denial of service. 23893 - (HT208938) Apple iOS Multiple Vulnerabilities Prior To 11.4.1 Category: Wireless Assessment -> NonIntrusive -> iOS Risk Level: High CVE: CVE-2018-4248, CVE-2018-4260, CVE-2018-4261, CVE-2018-4262, CVE-2018-4263, CVE-2018-4264, CVE-2018-4265, CVE- 2018-4266, CVE-2018-4267, CVE-2018-4270, CVE-2018-4271, CVE-2018-4272, CVE-2018-4273, CVE-2018-4274, CVE-2018-4275, CVE-2018-4277, CVE-2018-4278, CVE-2018-4280, CVE-2018-4282, CVE-2018-4284, CVE-2018-4290, CVE-2018-4293 Description Multiple vulnerabilities are present in some versions of Apple iOS.
    [Show full text]
  • Giant List of Web Browsers
    Giant List of Web Browsers The majority of the world uses a default or big tech browsers but there are many alternatives out there which may be a better choice. Take a look through our list & see if there is something you like the look of. All links open in new windows. Caveat emptor old friend & happy surfing. 1. 32bit https://www.electrasoft.com/32bw.htm 2. 360 Security https://browser.360.cn/se/en.html 3. Avant http://www.avantbrowser.com 4. Avast/SafeZone https://www.avast.com/en-us/secure-browser 5. Basilisk https://www.basilisk-browser.org 6. Bento https://bentobrowser.com 7. Bitty http://www.bitty.com 8. Blisk https://blisk.io 9. Brave https://brave.com 10. BriskBard https://www.briskbard.com 11. Chrome https://www.google.com/chrome 12. Chromium https://www.chromium.org/Home 13. Citrio http://citrio.com 14. Cliqz https://cliqz.com 15. C?c C?c https://coccoc.com 16. Comodo IceDragon https://www.comodo.com/home/browsers-toolbars/icedragon-browser.php 17. Comodo Dragon https://www.comodo.com/home/browsers-toolbars/browser.php 18. Coowon http://coowon.com 19. Crusta https://sourceforge.net/projects/crustabrowser 20. Dillo https://www.dillo.org 21. Dolphin http://dolphin.com 22. Dooble https://textbrowser.github.io/dooble 23. Edge https://www.microsoft.com/en-us/windows/microsoft-edge 24. ELinks http://elinks.or.cz 25. Epic https://www.epicbrowser.com 26. Epiphany https://projects-old.gnome.org/epiphany 27. Falkon https://www.falkon.org 28. Firefox https://www.mozilla.org/en-US/firefox/new 29.
    [Show full text]
  • Avendesora Documentation Release 1.21.1
    Avendesora Documentation Release 1.21.1 Ken Kundert Aug 28, 2021 Contents 1 What is Avendesora? 3 2 Quick Tour 5 3 Issues 9 4 Contents 11 Index 117 i ii Avendesora Documentation, Release 1.21.1 Version: 1.21.1 Released: 2021-08-28 Please report all bugs and suggestions at Github (or contact me directly at [email protected]). Contents 1 Avendesora Documentation, Release 1.21.1 2 Contents CHAPTER 1 What is Avendesora? Avendesora holds all of your account information. In addition to the username and password, it holds any account information you might want such as account numbers, PINs, verbal passwords, one-time passwords, security questions, URLs, email addresses, phone numbers, etc. Avendesora is a secure repository for all of this information, using GPG to keep the information safe. Account secrets, such as passwords and such can either be saved, as with password vaults, or they can be generated by Avendesora. Generation is quite flexible and is generally preferred as it makes the secrets extremely hard to predict, in most cases eliminating the risk they could be cracked. Avendesora generates secrets from a random seed. The seed can be shared with a collaborator, and once shared, either collaborator can create new shared passwords. You can query Avendesora directly from the command line. When doing so you can either display account information or copy it to the clipboard. You can also configure a hot-key to run Avendesora, in which case it determines which information is needed from context and then fills it into the active application.
    [Show full text]
  • Python 2 and 3 Compatibility
    Python 2 and 3 Compatibility With Six and Python-Future Libraries Joannah Nanjekye Python 2 and 3 Compatibility Joannah Nanjekye Kampala, Uganda ISBN-13 (pbk): 978-1-4842-2954-5 ISBN-13 (electronic): 978-1-4842-2955-2 https://doi.org/10.1007/978-1-4842-2955-2 Library of Congress Control Number: 2017962338 Copyright © 2017 by Joannah Nanjekye This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made.
    [Show full text]
  • Full Circle Magazine #171 Contents ^ Full Circle Magazine Is Neither Affiliated With,1 Nor Endorsed By, Canonical Ltd
    Full Circle THE INDEPENDENT MAGAZINE FOR THE UBUNTU LINUX COMMUNITY ISSUE #171 - July 2021 ) m o c . r k c i l F ( - L v J - : o t o h P VIE RE W K U 4 B .0 UNTU 21 CCRREEAATTEE AA CCLLOONNEE A HYBRID PORTABLE CLONE OF YOUR SYSTEM full circle magazine #171 contents ^ Full Circle Magazine is neither affiliated with,1 nor endorsed by, Canonical Ltd. HowTo Full Circle THE INDEPENDENT MAGAZINE FOR THE UBUNTU LINUX COMMUNITY Python p.20 Linux News p.04 Latex p.23 Command & Conquer p.18 ... p.XX Everyday Ubuntu p.37 Hybrid Portable Clone p.25 Ubuntu Devices p.46 The Daily Waddle p.31 Micro This Micro That p.40 p.XX My Opinion p.XX Letters p.56 Review p.51 Inkscape p.32 Q&A p.52 Review p.54 Ubuntu Games p.61 Graphics The articles contained in this magazine are released under the Creative Commons Attribution-Share Alike 3.0 Unported license. This means you can adapt, copy, distribute and transmit the articles but only under the following conditions: you must attribute the work to the original author in some way (at least a name, email or URL) and to this magazine by name ('Full Circle Magazine') and the URL www.fullcirclemagazine.org (but not attribute the article(s) in any way that suggests that they endorse you or your use of the work). If you alter, transform, or build upon this work, you must distribute the resulting work under the same, similar or a compatible license.
    [Show full text]
  • Announcing Netbsd 9.1 (Oct 18, 2020)
    Announcing NetBSD 9.1 (Oct 18, 2020) http://www.netbsd.org/releases/formal-9/NetBSD-9.... Announcing NetBSD 9.1 (Oct 18, 2020) Introduction The NetBSD Project is pleased to announce NetBSD 9.1, the first update of the NetBSD 9 release branch. It represents a selected subset of fixes deemed important for security or stability reasons, as well as new features $11,824 raised of $50,000 goal and enhancements. Here are some highlights of this new release. Home Recent changes Highlights NetBSD blog Parallelized disk encryption with cgd(4). Presentations Added the C.UTF-8 locale. About Added support for Xen 4.13. Various reliability fixes and improvements for ZFS. Added support for ZFS on dk(4) wedges on ld(4). Developers NVMM hypervisor updated, bringing improved emulation, performance, and stability. Gallery Additional settings for the NPF firewall, updated documentation, and various npfctl(8) usability Ports improvements. X11 improvements, default window manager switched to ctwm(1), enabled sixel support in xterm(1), fixes Packages for older Intel chipsets Documentation Stability improvements for LFS, the BSD log-structured filesystem. Added support for using USB security keys in raw mode, usable in Firefox and other applications. FAQ & HOWTOs Added support for more hardware RNGs in the entropy subsystem, including those in Allwinner and The Guide Rockchip SoCs. Manual pages Various audio system fixes, resolving NetBSD 7 and OSSv4 compatibility edge-cases, among other issues. Added aq(4), a driver for Aquantia 10 gigabit ethernet adapters. Wiki Added uxrcom(4), a driver for Exar single and multi-port USB serial adapters.
    [Show full text]
  • About Me About Qutebrowser
    You are previewing your GitHub Sponsors profile. Edit your profile. GitHub Sponsors Matching Fund To boost community funding, GitHub will match your contribution! Learn more. Become a sponsor to The-Compiler Florian Bruhin The-Compiler Winterthur, Switzerland About me Hi! I'm Florian Bruhin and the main developer of the qutebrowser project. I recently finished my Bachelor of Science and am now only employed ~16h per week. This means I can now spend a considerable amount of time on my passion: Working on open- source/free software. I'm currently founding a company for some additional freelancing work, but my main goal is to work on what I enjoy and find important - which means mostly qutebrowser! I also contribute to other projects I use often: I'm one of the maintainers of pytest as well as various plugins. I'm involved in the herbstluftwm window manager and hosting its website and other infrastructure. About qutebrowser A keyboard-driven, vim-like browser based on PyQt5 and Qt. In late 2013, I started qutebrowser. After it gained a bigger userbase than I had initially expected, I worked full-time on it for some months, supported by crowdfundings (2016 and 2017). This allowed me to invest a lot of time into qutebrowser and implement major new features. During my studies, it became clear that qutebrowser grew into much more than just a hobby: Even the minimum maintenance work needed to keep things running filled up the free time I was able to invest. Now that my studies are finished, I'd like to pick up pace again by working on qutebrowser part-time.
    [Show full text]
  • An Empirical Analysis of UI-Based Flaky Tests
    An Empirical Analysis of UI-based Flaky Tests Alan Romano1, Zihe Song2, Sampath Grandhi2, Wei Yang2, and Weihang Wang1 1University at Buffalo, SUNY 2University of Texas at Dallas Abstract—Flaky tests have gained attention from the research UI or the layer between the UI and the test/application code. community in recent years and with good reason. These tests lead Moreover, the execution speed of the UI test in continuous to wasted time and resources, and they reduce the reliability of integration environments is slow, and this difference in execu- the test suites and build systems they affect. However, most of the existing work on flaky tests focus exclusively on traditional unit tion speed makes detecting and reproducing flaky tests more tests. This work ignores UI tests that have larger input spaces difficult. Therefore, researching flaky UI tests can help web and more diverse running conditions than traditional unit tests. and mobile UI developers by providing insights on effective In addition, UI tests tend to be more complex and resource- detection and prevention methods. heavy, making them unsuited for detection techniques involving rerunning test suites multiple times. To further investigate flaky UI tests, we collect and analyze In this paper, we perform a study on flaky UI tests. We analyze 235 real-world flaky UI test examples found in popular web 235 flaky UI test samples found in 62 projects from both web and and Android mobile projects. For each flaky test example, we Android environments. We identify the common underlying root inspect commit descriptions, issue reports, reported causes, causes of flakiness in the UI tests, the strategies used to manifest the flaky behavior, and the fixing strategies used to remedy flaky and changed code.
    [Show full text]
  • A Friendly Guide to LARBS Luke Smith ( Lukesmith.Xyz)
    A Friendly Guide to LARBS Luke Smith (https:// lukesmith.xyz) Use vim keys (h/j/k/l) to navigate this document. Pressing W will fit it to window width. + and - zoom in and out. f to toggle fullscreen. q to quit. (These are general mupdf shortcuts.) • Mod+F1 will show this document at any time. • By “Mod” I mean the Super Key, usually known as “the Windows Key.” Questions or suggestions? Email me at [email protected]. Welcome! Basic goals and principles of this system: • Naturalness – Remove the border between mind and matter: everything important should be as few keypresses as possible away from you, and you shouldn’t have to think about what you’re doing. Immersion. • Economy – Programs should be simple and light on system resources and highly extensible. Because of this, many are terminal or small ncurses programs that have all the magic inside of them. • Keyboard/vim-centrality – All terminal programs (and other programs) use vim keys when possible. Your hands never need leave the home row or thereabout. General keyboard changes • Capslock is a useless key in high quality space. It’s now remapped. If you press it alone, it will function as escape, making vimcraft much more natural, but you can also hold it down and it will act as another Windows/super/mod key. • The menu button (usually between the right Alt and Ctrl) is an alternative Super/Mod button. This is to make one-handing on my laptops easier. • The rice also uses the US International keyboard by default. This allows you to type a lot of characters in many different European languages.
    [Show full text]
  • Conference Booklet
    Welcome to EuroPython 2021 Online! 06 Conference Setup 11 Schedule overview 13 Monday, 26 July 2021 14 Tuesday, 27 July 2021 16 Wednesday, 28 July 2021 18 Thursday, 29 July 2021 22 Friday, 30 July 2021 26 Saturday, 31 July 2021 30 Sunday, 1 August 2021 31 Program 34 Keynote Speakers 35 Wednesday, July 28, 09:10 CEST, in Room Optiver 35 Pablo Galindo Salgado Wednesday, July 28, 17:15 CEST, in Room Optiver 35 Abigail Dogbe Thursday, July 29, 09:10 CEST, in Room Optiver 36 Claudia Comito Thursday, July 29, 15:15 CEST, in Room Optiver 36 Dr. Kimberly Arcand Friday, July 30, 12:00 CEST, in Room Optiver 37 David Beazley Friday, July 30, 17:45 CEST, in Room Optiver 37 Index Joannah Nanjekye Talks 38 Data Science Track 38 EuroPython meets Data Science 38 Poster sessions 38 EuroPython sessions 38 EPS General Assembly 38 EuroPython 2022: Help us build the next edition! 39 EuroPython Sprints 41 Social Event 42 Sponsors 44 Code of Conduct 48 Contacts 50 Imprint 54 Index EuroPython 2021 | European Python Programming Conference | Program booklet Welcome to EuroPython 2021 Online! 6 EuroPython 2021 | European Python Programming Conference | Program booklet We would like to welcome you to our 20th how it was organized. EuroPython has had EuroPython conference, the highlight of the a workgroup-based management structure for year for the European Python community. a few years, which has been established to We hope you’ll enjoy the keynotes, talks, work effectively. Its strengths are consistency sprints, and many other events we have between years, and has enabled more planned for you! volunteers to engage with the event from across the world.
    [Show full text]
  • Building Your Mouseless Development Environment
    a Contents Introduction 11 Acknowledgments 12 Welcome, Mouseless Developers 13 Who Should Read This Book? .............................. 14 What Is a Mouseless Development Environment? ................... 14 What Do You Need to Follow Along? .......................... 15 Creating Your Own Cheatsheets ............................ 15 Experimenting Is Key ................................. 16 Styling Conventions .................................. 16 Choose Your Tools ................................... 16 In a Nutshell ...................................... 16 Part I - Linux 18 A General Linux Overview 19 Diving Inside Linux ................................... 19 The Linux Filesystem ................................. 20 Linux Distributions ................................... 21 Packages and Repositories ............................... 22 Why Arch Linux? .................................... 22 The Glory of Rolling Distributions ......................... 22 The Arch Linux Community ............................ 22 Official Repositories and the Arch User Repositories (AUR) ............ 23 The Fabulous Manual .................................. 23 Troubleshooting .................................... 23 General Recommendations ............................ 23 Using VMWare Software .............................. 24 In a Nutshell ...................................... 24 Going Deeper ...................................... 24 The Power Is In Your Fingers 25 Efficient Typing: The Two Rules ............................ 25 The First Week ....................................
    [Show full text]
  • An Empirical Analysis of UI-Based Flaky Tests
    An Empirical Analysis of UI-based Flaky Tests Alan Romano1, Zihe Song2, Sampath Grandhi2, Wei Yang2, and Weihang Wang1 1University at Buffalo, SUNY 2University of Texas at Dallas Abstract—Flaky tests have gained attention from the research UI or the layer between the UI and the test/application code. community in recent years and with good reason. These tests lead Moreover, the execution speed of the UI test in continuous to wasted time and resources, and they reduce the reliability of integration environments is slow, and this difference in execu- the test suites and build systems they affect. However, most of the existing work on flaky tests focus exclusively on traditional unit tion speed makes detecting and reproducing flaky tests more tests. This work ignores UI tests that have larger input spaces difficult. Therefore, researching flaky UI tests can help web and more diverse running conditions than traditional unit tests. and mobile UI developers by providing insights on effective In addition, UI tests tend to be more complex and resource- detection and prevention methods. heavy, making them unsuited for detection techniques involving rerunning test suites multiple times. To further investigate flaky UI tests, we collect and analyze In this paper, we perform a study on flaky UI tests. We analyze 235 real-world flaky UI test examples found in popular web 235 flaky UI test samples found in 62 projects from both web and and Android mobile projects. For each flaky test example, we Android environments. We identify the common underlying root inspect commit descriptions, issue reports, reported causes, causes of flakiness in the UI tests, the strategies used to manifest the flaky behavior, and the fixing strategies used to remedy flaky and changed code.
    [Show full text]