Victor Paraschiv
Victor Paraschiv
Hi Gianmario, The stats counter has a bug when computing the variance. Var(x) = 1/n * Sum i=1:n [ (x_i - miu)^2] = 1/n * Sum i=1:n (Xi^2 - 2...
Updated the documentation in regards to building the project. I was not familiar with GO at all and spent about 15 mins trying to get the project to run. Also...
I would like to produce a document diff (with insertions and deletions) based on user edits on the document. `prosemirror-dev-tools` seems to have all the component and operations to make...
Hi, How can this code be compiled in windows? Wouldn't be easier if the binaries for both Windows and Linux would be made available ? I've wasted so much time...
Why wouldn't you want to write this article in English ? Seems relevant for everyone.
I am interested in knowing if this type of flow execution is possible. This is not necessarily a feature request. I'm using BullMQ with NodeJS. In a given flow, the...
### Version v5.8.2 ### Platform NodeJS ### What happened? I'm running a flow where one job depends directly on one of 15 other children jobs. On 5% of the cases...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when a flow stops execution and i don't know what happened. I do have the job id...