Andréas Hanss

Results 60 issues of Andréas Hanss

### Summary Hello, I have the following setup, this works well on IOS with the dev client. On android, It crashes after accepting permissions in the modal, I got a...

stale
needs review

### What version of Turborepo are you using? 1.4.3 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Mac...

needs investigation

Hello, I followed the installation guide I'm not able to use volta correctly. Everytime it tells me `Volta error: Node is not available.` But as u can see I installed...

Hey, Upon accepting authorization on discord authorization endpoint, I get successfully redirected to my endpoint callback. But, if I asked against to auth, the system is asking me again to...

Hi, Thanks for your work, just discovered the new AsyncLocalStorage API, and read a lot about it. This is nice :-) First I wanted to suggest to add this to...

Hi, I'm working on a disconnect scenario to improve the documentation and my workflow. My computer is running a WebSocket server. The ESP32 is the client. (`WebSocketsClient webSocket;`) ## 1...

Hi, I would be pleased to improve the documentation on various points about connection stability if you could anyone help me with the investigation. Once the first authentication has been...

@dtex @rwaldron Hello guys, hope you're well. # First issue When using the Animation API there is no way out from `onloop` callback using `animation.next` The `next` function is watch...

@dtex @rwaldron Hi I'm trying to sequence animations on 3 servos using this code: ```ts const sequence = new Animation(new Servos([coinReceiverServo, robotHeadServo, robotEyeServo])); sequence.enqueue({ duration: 100, keyFrames: [[null, { degrees:...

Hello, I'm trying to use a coin selector ![image](https://github.com/rwaldron/johnny-five/assets/6640835/ab691d58-c697-4f04-8886-ad24a347131c) ![image](https://github.com/rwaldron/johnny-five/assets/6640835/a13f2623-7474-4c66-b105-54b9b50ed651) ![image](https://github.com/rwaldron/johnny-five/assets/6640835/0b60fde1-1d6a-4371-acfc-65c8f6541200) But I'm not sure Johnny five can handle it, as it relies on pulse between 20/100ms Do you have...