Rafael

Results 31 issues of Rafael

In order to gracefully remove a worker, there needs to be a way to stop asking for more work. Other language libraries have this functionality, e.g. - PHP has a...

enhancement

Right now if I depend on `github.com/spf13/afero`, I also have to pull in a lot of potentially unnecessary dependencies that might not be related to the FS implementation I'm using,...

breaking-change

https://developer.mozilla.org/en-US/docs/Project:The_Kuma_API

Some important data, like "DEPRECATED" warnings are contained above the first . Example: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/getYear vs. http://dochub.io/#javascript/Date.getYear

for example, jquery outerHeight contains a broken image link: scraper should modify img tags like this

Is there a way to handle an `invalid_grant` error, specifically an `invalid_code` error? There are some cases where this happens due to bad user behavior (i.e. reloading the redirect URL...

In order to calibrate our circuits and roll them out safely, we'd like to run circuits in a way that does not actually block requests, but just logs circuit metrics...

It'd be nice to have a place to practice suit combinations--basically learning to apply http://www.bridgehands.com/S/Suit_Combination_6.htm I know saycbridge is centered on bidding practice, but was just wondering if you've considered...

enhancement

Before: ![image](https://user-images.githubusercontent.com/72655/270064352-b6053b83-e1f3-4d0f-8c9e-bcaaf2f73681.png) (and hitting enter doesn't actually do anything because it's trying to type into a button) After: ![image](https://user-images.githubusercontent.com/72655/270064644-d1c7a28a-eb22-4789-aab9-e61f3facaf2d.png) it detects the Google search textarea and fills it out correctly

It'd be nice to have a fallback value, similar to python's dictionary [`get`](http://docs.python.org/2/library/stdtypes.html#dict.get) method.