Noel Towa

Results 20 issues of Noel Towa

Basically adds an optional generic type in the TypeScript typings

At the moment, Kord only implements the **MasterGateway**: https://github.com/kordlib/kord/blob/0.8.x/core/src/main/kotlin/builder/kord/KordBuilder.kt#L229-L240 But, could there be a option for a DSL block to implement its own way to get the gateway, i.e: ```kt...

This PR is basically a small modification to the typings of this package, I basically added 2 new types to help TypeScript users define the arg specification more clearly. Right...

This is the initial pull request for the v2 rewrite.

## Roadmap - [x] **Add slash command variants** - [x] **Refractor database models** - [ ] **Implement [MikaBot/cluster-operator](https://github.com/MikaBot/cluster-operator)** - [ ] #789 - [ ] #704 - [ ] **Add...

enhancement

What is a "guild policy?" - A guild policy is a way to include a subset of rules Nino can act on when a certain event has been emitted. #...

enhancement
help wanted
question
wip
indev

Use [this](https://github.com/Andre601/anti-scam-database) as another shortlink database to generate from. Also, add a GitHub action to refresh the shortlinks.json module whenever the database is updated (cron job probably in ~15 minutes...

enhancement

I'm trying to deserialize a [`OpenApi`](https://docs.rs/utoipa/*/utoipa/openapi/struct.OpenApi.html) object to build a crate that will generate types from a OpenAPI spec file, I tried with different specs (even one generated from this...

Even though I am glad that #2233 was landed in a recent commit, I think there is some restrictions when using a map as a `select()` query. For example, when...

Hello :wave:! I added a `wait_until` method on [`SetExtLinux`](https://github.com/1Password/arboard/blob/77e0e078eb460ac2fa0eda96124163c11ef6b2d1/src/platform/linux/mod.rs#L181) for X11 to wait until a deadline was exceeded so that: * You wouldn't need a daemon process to call `wait`...