-
This is an idea we've been bouncing around internally for a while. The idea is that we deliver a npm package containing generally useful mixins that may be needed in many use cases. Below I'll outline…
-
We have _this === window_ inside attachWheel function, because _attachWheel();_ is called in the code without context. I think it is not necessary to use _window_ and it will be more semantic to use …
ne0x updated
10 years ago
-
**Describe the bug**
So the bug is that garbage collection stop the download, don't start until garbage collector clean by itself during app is running or when i kill the app open it again
*…
-
Omitting fields from all of the trace methods is actually safe, due to the design of this garbage collector. It just means that any `Gc`s which are hidden by these impls will not ever be unrooted, and…
-
Tagging @finneyj as this is probably one you need to know about. Something going wrong with the garbage collector, and/or some re-entrancy problem working with makecode arrays when in a radio receive …
-
Draft PR: #4180
## Summary
I propose we implement a cycle collector for our rustPython RefCount garbage collection system based on Bacon etc.'s work in this two paper:
- [Concurrent Cycle Collectio…
-
I didnt try with a clean app but with my engine it crashes (only for other people, I couldn't reproduce it) when i use
``` lua
// LuaState lua
LuaTable table = lua.newTable();
table["derp"] = () { re…
-
We are having an issue where in a call with participants A and B, if participant B refreshes / leaves by calling quickconnect.close() the RTCPeerConnection object on participant's A chrome remains ali…
-
```
What steps will reproduce the problem?
1. Have two seperate map activities with overlays
2. switch between them using menu driven command
3. After about 4 times backwards and forwards the map goes…
-
```
What steps will reproduce the problem?
1. Have two seperate map activities with overlays
2. switch between them using menu driven command
3. After about 4 times backwards and forwards the map goes…