René van den Berg

Results 13 comments of René van den Berg

[The build passes](https://travis-ci.org/github/Real-Serious-Games/C-Sharp-Promise/jobs/685693188) so there's that. I've added 4 tests - 2 for the generic `Promise` class and 2 for the nongeneric version - which test: 1) continuation (with the...

Hi @RoryDungan! Since the Promises/A+ spec is pretty hard to read, I'll pose the question: am I right in assuming that this feature is actually required, as per the combination...

I've started to work on it a bit in my own fork, but I have a judgment call to make and I wanted to ask you for your opinion. If...

Since (I think) I have no way of updating this pull request, see #109 for a new version of the code that should be mergeable and fixes the aforementioned issues.

We tried checking `mediaPlayer.Info.IsStalled` in an `Update()` loop and alas, that does not seem to work either. Will try the above workaround soon. Thanks!

FWIW, I think I've locally fixed this by adding an `OnDestroy()` method to the `Davinci.cs` file, like this: ``` private void OnDestroy() { if (underProcessDavincies.ContainsKey(uniqueHash) && underProcessDavincies[uniqueHash] == this) {...

I haven't looked into Github Actions yet, to be honest. When I finally got Travis working again yesterday, it did work _fast_ - 24 builds were concurrently done in 2...

Hi @PikachuEXE - I think it has been, in the 6.1.0 release last January. If I download that version directly and look at the code, I see that the code...

Hi @PikachuEXE, that makes sense! I've just released `activerecord-like` 7.0.0. Could you check if that solves your issue? As an aside, I have not done any real Ruby development in...