-
### Problem
Need to implement some way to change the window size when the terminal changes size.
-
Hi, I'm using FastLED and MIDI libraries to make a LED visualizer for my piano.
Problem is, when I play too many notes or I slowly press the sustain pedal (which I suppose will generate a lot of CC…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
### Change Intent
The `loadLibrary`, used to ensure that a deferred library is load, should return a `FutureOr` for optimization purpose.
### Justification
If `loadLibrary` returns a `FutureOr`…
-
Basically I created a function that wrapped this, like shown below. The issue is I was returning a value in the Editor where as in the app, I was getting the `new byte[0]`;
I fixed this by using an…
-
Use just throw and try/catch around awaits:
https://github.com/mhulse/basic-node-module/blob/5df8ced0c069a5dab1ba2bd609a3de977df4e6fd/index.js#L51-L65
Here's example of just throw:
https://gi…
-
Is it possible to make the completer slightly more synchronous. I appreciate that it doesn't block, but sometimes I like to type tab and then more text, or enter, for cases where I know the completion…
-
Currently, the `Mqtt5AsyncClient` doesn't propagate the exceptions that might have been caused while connecting to the broker, for example, due to unreachable broker, wrong password etc.
The RX Cli…
-
Sorry to hijack the issue tracker; I wasn't sure where else to post my question.
I'm wondering what the best way to update each agent after the other is, and I'm looking at how the opinion spread e…
-
https://github.com/ibraheemdev/too-many-web-servers/blob/9cce25a523b0e251bee0fbb14693f98efc4e8eba/src/bin/non_blocking.rs#L23
Given a new connection, it will be put into `connections` in state `Wri…