Mihai Constantin
Mihai Constantin
Hi Sacha, Ah, the workflows have been updated in the meantime. Let me send another PR with the corresponding updates! About what it does, the idea is that every time...
After some more debugging I think I found the commit that introduces the problem. Installing the package at this commit (i.e., b10799ffb8a801189e8cd3e7a090621d2016d817) and running the `script.R` file above results in...
Hi Sacha, Indeed, the issue is with the `snow` package. More specifically, the `RNG` is invoked inside the function [`initDefaultClusterOptions()`](https://github.com/cran/snow/blob/b83f63db1072533b85e6e3146c51b7fca007425c/R/snow.R#L127) for setting a port number, and then this function is...
Hi Sacha, I recall encountering an issue with `parallel` on `macOS` as well. In my search, I found [this](https://stackoverflow.com/questions/52422201/r-parallelmakecluster-hangs-on-mac) and [this](https://stackoverflow.com/questions/52264460/r-parallel-makecluster-hangs-infinitely-on-mac) that lead to my question [here](https://stackoverflow.com/questions/73962109/why-are-the-workers-failing-to-connect-when-calling-makepsockcluster-from-an-e), which, in turn,...
Also, in `parabar` the cluster gets cleared by design (i.e., [here](https://github.com/mihaiconstantin/parabar/blob/2844b4d2b6041c954250e7be57c54de2574e90db/R/SyncBackend.R#L86-L101)). So, no matter what other packages or IDEs decide that should be in the `.GlobalEnv` of the worker nodes,...
Thanks for pointing this out, @riccardoferretti, and apologizes for the slow response—I was away for a few weeks. I believe the issue occurs here: https://github.com/mihaiconstantin/bujo/blob/66a4f892f14faafd9e152f2c1b91223f485d6d56/src/models/Symbol.ts#L28 Because the `Pattern.extractSymbol(symbol)` fails to...
Thanks for looking into this, @Aodhagan! The issue seems to be due to the `regex` I use to parse the time record. I am glad to hear that adding the...
Thanks for the feedback, @hikchoi! I will give this issue priority. About the second part of your comment, do you mean something like a command to update symbols for all...
Ah, I get it! That sounds like a good idea. Will include it as part of this issue. Thanks!
I was away for a while working on my Ph.D. project, but I am picking up again the development of `BuJo` starting next week, and this is top of the...