-
Updated
Nov 1, 2020 - JavaScript
mirror
Here are 793 public repositories matching this topic...
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Feb 27, 2020 - HolyC
-
Updated
Jul 20, 2020 - PHP
-
Updated
Jul 7, 2020 - JavaScript
We're having a mix of named function syntax (old style) and non-named function syntax (new style) in our internal JavaScript.
The old style was mostly there for JS stack traces before they were as nice as what we have now. Since that's solved, having named functions has become unnecessary and will just take up JS data space when processing.
We should convert all named function syntax in JSO
-
Updated
Oct 27, 2020 - Go
-
Updated
Apr 10, 2017 - Java
-
Updated
Nov 4, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 15, 2015 - JavaScript
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
Oct 30, 2020 - PHP
-
Updated
Feb 27, 2018
-
Updated
Jul 4, 2020 - Python
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
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