-
Updated
Sep 2, 2020 - JavaScript
mirror
Here are 752 public repositories matching this topic...
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
Feb 27, 2020 - HolyC
-
Updated
Jul 20, 2020 - PHP
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jul 20, 2020 - Go
-
Updated
Apr 10, 2017 - Java
-
Updated
Sep 1, 2020 - Python
-
Updated
Jul 3, 2020 - Python
-
Updated
Oct 15, 2015 - JavaScript
-
Updated
Sep 7, 2020 - Python
We don't seem to get version release tags still on the docker hub - https://hub.docker.com/r/pypa/bandersnatch/tags
I feel to achieve this we need to add on release upload like PyPI upload:
https://github.com/pypa/bandersnatch/blob/master/.github/workflows/pypi_upload.yml#L5
add here:
https://github.com/pypa/bandersnatch/blob/master/.github/workflows/docker_upload.yml#L3
-
Updated
Feb 27, 2018
-
Updated
Sep 5, 2020 - PHP
Describe the bug
networkConnection.Disconnect() calls have no effect. Using the debugger revealed that connection is still present in NetworkServer.connections after Disconnect is called. I have used basic authentication component to demonstrate it, since this is how I discovered it and it is among the faster ways to set up, but this error is not limited to it. This happens on both client & s
Spawn Scene Objects
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Jul 4, 2020 - Python
Improve this page
Add a description, image, and links to the mirror topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mirror topic, visit your repo's landing page and select "manage topics."
Describe the bug
If startOnHeadless is true it start a server even if one has already started. This is because it runs in start so is later than other code that runs in awake.
Expected behavior
NetworkManager should check if Server is active (or is in offlinemode) before calling
StartServer