-
Hello SDL community,
The review of "SDL 0306 - Use Taskmaster To Handle Queuing Operations in Managers" begins now and runs through June 2, 2020. The proposal is available here:
https://github…
-
The question "How can you avoid callback hells?" is displayed in both the Javascript and Node sections. Since it's a general Javascript issue it doesn't really need to be in the Node section anyway.
-
The "Send to device" command is intermittently failing. I am updating meta data on existing books on the iDevice (i.e. Marvin configured to update rather than do nothing on existing). I have been ab…
-
Hi,
While playing with async assertion I found that actual assertions api can cause a callback hell like this:
```java
persistance.addEvent(event).setHandler(test.succeeding(pushedEvent ->
…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
This is related to the famous Node.js callback hells.
**Describe the solution you'd like**
The method `.su…
-
The title above pretty much sum it up.
No hurry on this and hopefully it will lead to healthy discussions.
There is conflicting knowledges on wanting to use parallism for javascript. There isn't …
-
Hi,
I just created *[callbag-from-verbose](https://github.com/acailly/callbag-from-verbose/blob/master/README.md)*, a way of creating callbags that I found more verbose but also more explicit.
I…
-
Hi, how do I check for whether consent has been given? Because once it has, the consent tool shouldn't be shown anymore to users.
I tried using
```
__cmp('getConsentData', null, function(result)…
-
Maybe we should use a lib to improve the readability of the asynchronous calls to the server. It will avoid callback hells and reduce the LOC in controllers.
For example, using the PromiseKit, [thi…
-
Let's use Async/Await syntax instead of promises or callback hells
https://blog.patricktriest.com/what-is-async-await-why-should-you-care/