Aura
Aura
Same thing happens to me, also happens with `rustfmt`: ``` error during execution of `cargo metadata`: error: could not find `Cargo.toml` in `/github/workspace` or any parent directory usage: cargo fmt...
> Might be related to the outage as mentioned in #593 This issue is 7 days old, and other places (e.g. Madrid) were working fine, so no, it was not...
> what about format? Since I'm requesting with `format=j1`, it should be formatted as JSON. > (the problem with the location resolution was triggered by the outage indeed, by the...
> Something like this? > > ``` > { > "error": "Unknown location" > } > ``` That's right. > > This one isn't caused by the outage > >...
There's just one slight problem with this, `printCircularImage` was easy because the pivot is always in the center (`x` and `y` are always the centre of the image) and then...
Sorry for the lack of activity in this issue. Please feel free to make a PR implementing the utility method, I have had my hands full in the last year...
Note: this would also fix #31, as rollup is producing ESM output.
That's called slash command, it's in our roadmap to support them, but we don't have the facility to do so with version 5 (due to limitations with current Skyra Core...
Yeah it is, though I don't know if Kurasuta's docs allow it, the underlying message system (powered by `veza`) allows this `.connectTo({ host: '255.255.255.255', port: 9999 })`, which would stablish...
Actually, it's quite tricky... the processes are more than capable to connect to other servers, but I don't know about spawning them... I invoke you, @DevYukine