Jonah Snider
Jonah Snider
> Do you have any exact use-cases in mind? Still not sure of any concrete use cases for this. Perhaps it's not a very useful type.
Unfortunately I closed this issue too early - ARM builds still aren't fully supported. This is because of native binaries needed in the image don't have prebuilt versions for ARM...
This is an actual bug in Consola. It affects anyone using ESM and is especially annoying for TypeScript users. Currently TypeScript ESM users must do the following in order to...
Seems out of scope for this library.
I believe that'll work better, now it's importing less code, but still being wasteful. Unfortunately doing this breaks TypeScript compilation: ``` Could not find a declaration file for module 'ytdl-core/lib/util'....
A rewrite seems like the only feasible way to do this. Looking forward to when that's released. You might find [this](https://github.com/jaredpalmer/tsdx) useful for getting started with that.
Your issue seems like it's unrelated. Try catching each Kurasuta call that returns a `Promise`. Also, breakpoints and other debugger features often don't work for me because of child processes.
I experienced this on v1.1.6 from npm yesterday. Reproduction is really inconsistent, and I don't know what causes this.
```java public Translation2d nearest(List others) { return Collections.min(others, Comparator.comparing(this::getDistance)); } ```
Yes! That's exactly what I was trying to describe.