Jose Gabriel Companioni Benitez

Results 11 issues of Jose Gabriel Companioni Benitez

In this issue https://github.com/Testato/SoftwareWire/issues/10 you said that the esp8266 Wire library is already a software library. This is true, but it isn't able to create multiple i2c buses. You referenced...

Hello, I would like to know how so slow is the library when it is used on esp8266. Thanks in advance

I am doing a project in which i need to use 4 oled displays. Due to i can have only two of these in the same bus, I need to...

Hello, first of all I would like to thank you for this amazing Vue Component. I am having a problem and I don´t know how to solve it. The thing...

First of all, I would like to thank you for this excellent package. I am having he following problem: ![image](https://user-images.githubusercontent.com/53531665/161995913-81a59d55-909e-463a-94d7-d7582bf02bdd.png) This is the root of my github repository. The problem...

## Context I used to have a telegram bot using long polling mode inside an EC2 instance and everything worked well. I decided to run this bot in webhook mode...

**Describe the bug** I just started using this plugin in my serverless project and after I started using esbuild-node-externals plugins it takes a long time (around 5 minutes) every time...

bug

Thanks for this awesome library. I am trying to mock AWS Location Services but I haven't done it yet. I am pretty sure the problem is related to the sdk...

I am migrating a long polling bot to webhook using AWS Lambda. I added '@telegraf/session/mongodb' package to store sesion info in my mongodb database. After I finished setting up my...

I have the following component which have a Link and inside it a Button. The button handler makes use of `e.preventDefault()` an `e.stopPropagation()`. ``` {!!product.containedProducts?.length && } Añadir a cesta...