Dorian M. Oszczęda

Results 22 comments of Dorian M. Oszczęda

> Since we're going in that direction, I wanted to bring up an interesting feature that Kotlin has which makes defining classes, especially record classes, a lot easier and simpler....

Both the title and description of your issue are extremely vague. Could you provide more information about what the issue is?

Update: `getChannelWebhooks()` is found in `/helpers/channels`. This file and the file `/helpers/guilds/webhooks/getWebhooks.ts` should be merged.

How come this was closed? The `createInvite()` and `getInvites()` functions are still not functional.

I think having the keys passable as an array is a neat solution, like so: ```ts getAll(table: RTable, keys: any[], options?: { index: string; }): RSelection; ``` I'm not too...

Whoops, sorry about that failing test. I removed it now given it was made redundant by `rest.token` now being required.

Are there any updates on this? Importing the library into an ESM project still errors. ```json "dependencies": { "fauna": "npm:faunadb@^4.8.0" } ``` ```ts import * as Fauna from "fauna"; ```...

I noticed `cld` fails to make any detection on text below +-50 characters. Give it a longer text, and it will detect the language correctly.

Hi, @filiph. Sure, I wouldn't mind. Let's wait for parlough's opinion first, though. :)

A programmer should be able to check the type of content that is downloaded. A .txt is not a .pdf, and a .html is not a .jpg, for example. It...