Rodolfo Silva
Rodolfo Silva
When we have a large number of concurrency in batches or processors the view of the whole pipeline becomes very difficult.  I was wondering if we can add the...
Has any example with Context API? I've tried use Context Api with this example https://github.com/bcherny/angular2react-demos/tree/master/multi-file But doesn't work. I thinks is because angular2react create a new tree. 
Hi everyone, nice work done with this library. I want to know, if have plans to add some examples of how we can do some tests with ExUnit in our...
```pascal curl := CurlGet; curl.SetUrl('https://empacser.now.sh/api/sync_proxy') .SetCustomHeaders( CurlGetSlist .AddRaw('Content-type: application/json') .AddRaw('Accept: */*') ) .SetProxyFromIe .SetOpt(CURLOPT_POST, true) .SetOpt(CURLOPT_POSTFIELDS, TEncoding.UTF8.GetBytes('{"xyz": 10}')) .SetCaFile('curl-ca-bundle.crt') .SetUserAgent(ChromeUserAgent) .SwitchRecvToString .Perform; ```
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v1.5.0 **What browser are you using?** Chrome **Reproduction URL** https://codesandbox.io/s/sad-wood-nl999t?file=/src/App.js **Describe your issue**...
Porque os testes utilizando mocha foram removidos?
Hey @jsonkenl thanks for this amazing library. Do you have any deadline to launch the 1.6.5 release, including the: #112 #111 and #108 ?
@chrismccord, reopened this which was previously incorporated into #2892 PR --- I've added JSDoc annotations to the Hook usage examples in order to enhance IDE autocomplete functionality. Often, developers find...
Hello @targos, @stropitek. Great job with this provider. Do you have an example of how to use it? Do you have an example with auth?
Add support to other `assign` functions and add support for `assign_async`. --- @hansihe I'm tring to add support for assing_async, but I'm facing a issue when the code is compiled:...