Uri Shaked
Uri Shaked
Fixed! Thanks @guysv for figuring this out
@jamestalmage actually, queries don't work reliably, as they are not implemented by the server. as far as I can say, the client itself orders the data when you query by...
@jamestalmage I have done the tests a few months ago, so I can't recall the exact scenario that makes it fail. I will try to reproduce and update you...
@jamestalmage after experimenting with it for a while, I could only cause priorities to fail. For example, the following piece of code: ``` var ref = new Firebase('ws://test.firebaseio.com:5000'); var statesRef...
@jamestalmage great
Seems like Core1 is not widely used - other than you, I think only one person asked about it to date. Do you have any concrete use case for simulating...
Got it. We did some preparation at 29746d1e02ff04680809dde23981a351bdd7826c. I think the next step would be: 1. Change [core](https://github.com/wokwi/rp2040js/blob/1d4c96f823ab5f4cef21331a2ef7e103b5736646/src/rp2040.ts#L51) into an array of two cores. Then in `step()`, call executeInstruction on...
Regarding the popularity of this feature: I've opened it for voting back in August. I just checked the [votes status](https://wokwi.com/features?sort=newest#feature-1325417923), seems like nobody voted for it so far.
That's fine - perhaps someone else from the community will see this issue and pick it up :) Adding "help wanted" to this issue may help the relevant people to...
Sorry for not replying earlier - still need help with this?