matpen
matpen
I am still interested in this issue.
Are there any updates regarding this? The [bug on QtCreator](https://bugreports.qt.io/browse/QTCREATORBUG-14013) seems to have no activity...
Hi amantia, thank you for your reply. I pasted the full compiler output [here](https://pastebin.com/xLGaLZTN). Then I added the lines DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_BYTEARRAY DEFINES += BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS QT_STRICT_ITERATORS QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS...
I can confirm the above after upgrading to microk8s 1.30/stable. Switching to 1.30/edge as suggested in https://github.com/canonical/microk8s/issues/4361 does not help. The modprobe command posted in https://github.com/canonical/microk8s/issues/4449#issuecomment-2048313991, followed by `microk8s start`...
Hi @neoaggelos, Thank you for following up on this. > Would you mind sharing some logs from your machine, after the reboot? Can you check if there are any log...
> @ShadowStrikerJ Unfortunatelly flows do not support multiple parents, and I do not know if and/or when they will be supported. @manast could you expand on whether this limitation is...
> which use case is so important that will require this functionality? Every workflow with multiple dependencies will need this functionality. In addition to the example in the OP, I...
@manast The case I described was a simple one just as a basis for discussion. Of course, simple workarounds can be found for this and other cases: the workaround you...
> Additionally, failParentOnFailure does not work with removeOnFail. > Expected behaviour: If failParentOnFailure is set for a child and the parent has removeOnFail, the parent should be removed from the...
I must say upfront that I just started using BullMQ, but my experience is that, when `failParentOnFailure` is set, the parent fails only once all children complete (and any one...