Edy Silva

Results 20 issues of Edy Silva

I would like to perform the following search https://api.github.com/search/issues?q=author:geeksilva97+type:pr+created:2021-02-14. I'm trying to make it using this Gem but I didn't find how to make it. Any idea?

I have a Vue application that uses the `debounce` function in a search input. I want to test my search input component but it's not being fired. I've tried to...

I would like to use this gem to perform the following kind of search https://api.github.com/search/issues?q=author:geeksilva97+type:pr+created:2021-02-14. How can I do this using octokit?

question

Estou desenvolvendo uma integração com o Pagseguro utilizando Python. Porém não estou conseguindo testar os pagamentos em Produção, pois retorna o erro: ```xml 53150 sender hash is required. ``` Bom,...

I've been searching to get more information on how to solve this but I couldn't find any solution so far. Also, the warning `[Java 16] [W] MyClass.java is a non-project...

I've got a Maven project and I would like to import classes using autocompletion as I do for internal Java classes. For example, if I started to type `StringBuilder` the...

# Feature Request ## Motivation Behind Feature Using background vibration will be great for apps that want to get the user’s attention. ## Feature Description Possibility to perform vibration when...

This PR addresses #1295

This PR addresses https://github.com/ninenines/cowboy/issues/993 Proposed changes - Return allow header in all responses - Add test with HEAD HTTP call

Hi. Thanks for this great lib. I haven't used it yet but I know that it will help me a lot. So I installed using the command `ng add ngx-ssrs-reportviewer`....