multi-user
Here are 63 public repositories matching this topic...
-
Updated
Jan 5, 2021 - Go
-
Updated
Jan 12, 2021 - Go
-
Updated
Apr 11, 2021 - JavaScript
-
Updated
Jun 19, 2021 - Java
-
Updated
Feb 7, 2020 - Java
-
Updated
Feb 15, 2019 - Go
-
Updated
Aug 23, 2016 - Python
If the flightplan GUI contains an aircraft ICAO code that is not in the DB, then an empty ICAO code will be sent to the network. This is a problem because there are legitimate reasons why a user might want to use a code that is not "real world". There is already a warning message for the user to confirm whether the unknown code is a mistake or not.
The problem is `CFlightPlanComponent::getAircr
-
Updated
Apr 29, 2021 - PHP
-
Updated
May 1, 2017 - Swift
-
Updated
Mar 25, 2020 - C#
-
Updated
Sep 24, 2018
-
Updated
Apr 15, 2021 - Java
-
Updated
Feb 3, 2018 - Java
-
Updated
May 20, 2020 - C++
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Jun 25, 2020 - Ruby
-
Updated
Apr 23, 2021 - JavaScript
Larger tablets can be tiring to hold up, but using the device to look around can be fun and practical. A possible solution might be to introduce a basic button that lets you switch between magic-window mode and non-magic-window mode (can only scroll left/right on iPad i.e., same as mode when we do not allow access to sensors).
We may even want to consider eating a new look-controls that allows
-
Updated
Nov 2, 2020 - Python
-
Updated
Jun 21, 2019 - JavaScript
-
Updated
Jun 26, 2019 - Shell
-
Updated
Jul 20, 2017 - Python
-
Updated
Oct 29, 2019 - C++
-
Updated
Jun 11, 2021 - Python
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Jun 18, 2021 - C++
Improve this page
Add a description, image, and links to the multi-user topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multi-user topic, visit your repo's landing page and select "manage topics."


The notebook has its own internal idle-culling mechanisms, including shutting down idle kernels, shutting down itself when there's been no activity, and making decisions based on whether there are open connections or not. This is a lot more sophisticated, and offers much more granularity than the network-activity-based activity we have now.
For reference, we enable this config [on mybinder.org]