Rodolfo Silva

Results 19 issues of Rodolfo Silva

When we have a large number of concurrency in batches or processors the view of the whole pipeline becomes very difficult. ![image](https://user-images.githubusercontent.com/1703020/167228391-45add886-bf7f-47e6-a171-37aa5dd1549e.png) 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. ![image](https://user-images.githubusercontent.com/1703020/63027737-de3c5580-be83-11e9-936a-8dad692b78e9.png)

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...

awaiting feedback

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:...