Email or username:

Password:

Forgot your password?
1,576 posts total
Alex Gleason
The Green Lacewing is such a cool insect. Looks pretty (like a fairy) and destroys bad insects.
Alex Gleason
Been certain my dog is an alien for a while. Finally got him some headgear to connect him with his people.
Alex Gleason
:gleasonator: Having trouble with my server. Plz be patient.
Alex Gleason
Trying to get fiber to my house. Comcast told me it'll take 3 months before I get an answer and cost $320/mo. AT&T told me I would have to petition the city to get fiber. Like by going up and down the street getting people to sign a petition.
Alex Gleason
Bro this system has so many cores htop doesn't display it properly. This thing is an absolute BEAST.
Alex Gleason
If you want to learn digital graphics, I recommend you ignore Adobe and learn Inkscape and Krita instead.

Great Inkscape tutorials here: https://youtube.com/c/LogosByNick
Johnny5iveAlive
I only draw in krita. Inkscape=learn keybinds/make keybinds
Someone, @keith, told me to stop being silly a year ago.
Alex Gleason
Changing your legal name to Jose Gutierrez is the IRL equivalent of Tor.
Alex Gleason
Couldn't see the screen of my server so I ran some weird Java thing and it worked.
Alex Gleason
Life imitates memes more than memes imitate life.
Alex Gleason

Overall I love TypeScript. But sometimes it’s so frustrating…

No overload matches this call.
  Overload 1 of 2, '(queryKey: QueryKey, updater: Updater<InfiniteQueryObserverLoadingErrorResult<Record<{ account: EmbeddedEntity<Account | ReducerAccount>; id: string; unread: number; last_message: string | null; updated_at: Date; }> & Readonly<...>, unknown> | InfiniteQueryObserverLoadingResult<...> | InfiniteQueryObserverRefetchErrorResult<...> | InfiniteQueryObserverSuccessResult<...> | undefined, InfiniteQueryObserverLoadingErrorResult<...> | ... 3 more ... | undefined>, options?: SetDataOptions | undefined): [...][]', gave the following error.
    Argument of type '(chatPages: UseInfiniteQueryResult<Chat>) => { pages: any[]; pageParams: unknown[]; } | undefined' is not assignable to parameter of type 'Updater<InfiniteQueryObserverLoadingErrorResult<Record<{ account: EmbeddedEntity<Account | ReducerAccount>; id: string; unread: number; last_message: string | null; updated_at: Date; }> & Readonly<...>, unknown> | InfiniteQueryObserverLoadingResult<...> | InfiniteQueryObserverRefetchErrorResult<...> | InfiniteQueryO...'.
      Type '(chatPages: UseInfiniteQueryResult<Chat>) => { pages: any[]; pageParams: unknown[]; } | undefined' is not assignable to type 'DataUpdateFunction<InfiniteQueryObserverLoadingErrorResult<Record<{ account: EmbeddedEntity<Account | ReducerAccount>; id: string; unread: number; last_message: string | null; updated_at: Date; }> & Readonly<...>, unknown> | InfiniteQueryObserverLoadingResult<...> | InfiniteQueryObserverRefetchErrorResult<...> | Inf...'.
        Types of parameters 'chatPages' and 'input' are incompatible.
          Type 'InfiniteQueryObserverLoadingErrorResult<Record<{ account: EmbeddedEntity<Account | ReducerAccount>; id: string; unread: number; last_message: string | null; updated_at: Date; }> & Readonly<...>, unknown> | InfiniteQueryObserverLoadingResult<...> | InfiniteQueryObserverRefetchErrorResult<...> | InfiniteQueryObserverS...' is not assignable to type 'UseInfiniteQueryResult<Record<{ account: EmbeddedEntity<Account | ReducerAccount>; id: string; unread: number; last_message: string | null; updated_at: Date; }> & Readonly<...>, unknown>'.
            Type 'undefined' is not assignable to type 'UseInfiniteQueryResult<Record<{ account: EmbeddedEntity<Account | ReducerAccount>; id: string; unread: number; last_message: string | null; updated_at: Date; }> & Readonly<...>, unknown>'.
  Overload 2 of 2, '(filters: QueryFilters, updater: Updater<InfiniteQueryObserverLoadingErrorResult<Record<{ account: EmbeddedEntity<Account | ReducerAccount>; id: string; unread: number; last_message: string | null; updated_at: Date; }> & Readonly<...>, unknown> | InfiniteQueryObserverLoadingResult<...> | InfiniteQueryObserverRefetchErrorResult<...> | InfiniteQueryObserverSuccessResult<...> | undefined, InfiniteQueryObserverLoadingErrorResult<...> | ... 3 more ... | undefined>, options?: SetDataOptions | undefined): [...][]', gave the following error.
    Type 'string[]' has no properties in common with type 'QueryFilters'.ts(2769)

Overall I love TypeScript. But sometimes it’s so frustrating…

No overload matches this call. Overload 1 of 2, '(queryKey: QueryKey, updater: Updater<InfiniteQueryObserverLoadingErrorResult<Record<{ account: EmbeddedEntity<Account | ReducerAccount>; id: string; unread: number; last_message: string | null; updated_at: Date; }> & Readonly<...>, unknown> | InfiniteQueryObserverLoadingResult<...> | InfiniteQueryObserverRefetchErrorResult<...> | InfiniteQueryObserverSuccessResult<...> | undefined, InfiniteQueryObserverLo...
Josh Adams
It doesn't look inscrutable, just like it's telling you a couple things it could have been but how far off each was
Go Up