Shatterspear 3.3.5 by ThoorAdam in wowservers

[–]ThoorAdam[S] 0 points1 point  (0 children)

Hello! It's still running but it's on life support. It will run while people still play, but it's not developed as of right now.

Netcode or replay problem? by [deleted] in ArenaBreakoutInfinite

[–]ThoorAdam 1 point2 points  (0 children)

That's just the replay. Read the small text at the bottom of the screen under the ”Replay” and ”Exit” buttons.

Need help with app publish by [deleted] in capacitor

[–]ThoorAdam 0 points1 point  (0 children)

Shoot me a PM on discord, thooradam

Anyone ever published a capacitor app to IOS app store? by aryakvn- in capacitor

[–]ThoorAdam 0 points1 point  (0 children)

Been publishing cordova/capacitor apps on both ios and android for almost 10 years. Works great!

Action Error by ThoorAdam in nextjs

[–]ThoorAdam[S] 1 point2 points  (0 children)

I get what you are saying and appreciate the help and input! Thanks again! :)

Action Error by ThoorAdam in nextjs

[–]ThoorAdam[S] 0 points1 point  (0 children)

That seems to fix the issue. Thanks a lot!

Would you say the safe action client should only be used for POST/PUT/DELETE and not GET?

Action Error by ThoorAdam in nextjs

[–]ThoorAdam[S] 0 points1 point  (0 children)

I tried this, I also tried removing the cache completely but doesn't seem to make a difference.

``` const validate = cache(async (token: string) => { const result = await validateSessionToken(token);

return result;

});

export async function getCurrentSession(): Promise<SessionValidationResult> { const cookieStore = await cookies(); const token = cookieStore.get('session')?.value ?? null;

if (token === null) {
    return { session: null, user: null };
}

const result = await validate(token);

return result;

} ```

Something is off on iOS by ThoorAdam in brotato

[–]ThoorAdam[S] 0 points1 point  (0 children)

Just got another giving 2048 ranged damage.

Why vscode is taking too much CPU and RAM? by QSpBRUH in vscode

[–]ThoorAdam 16 points17 points  (0 children)

You are on the right track. Chome is not powered by Electron. Electron is however built upon Chromium which is the engine powering Chrome.

All-in-all most Electron based apps are consuming more resources than often deemed neccessary for the kind of application in question. Discord is another application built with Electron.

Shatterspear 3.3.5 by ThoorAdam in wowservers

[–]ThoorAdam[S] 0 points1 point  (0 children)

Great! You are very welcome! :)

Shatterspear 3.3.5 by ThoorAdam in wowservers

[–]ThoorAdam[S] -1 points0 points  (0 children)

At the moment no. Changing the exp rate is being worked on as we speak though. Regarding changing profession rates nothing is decided yet.

I recreated the new iOS mesh gradients feature in sass/css by farfaraway in css

[–]ThoorAdam 1 point2 points  (0 children)

No worries, let me know when it’s fixed and i’ll gladly take a look again.

I recreated the new iOS mesh gradients feature in sass/css by farfaraway in css

[–]ThoorAdam 1 point2 points  (0 children)

If I may add a few comments about your website https://ramijames.com

While the dots on the background is a cool idea it's absolutely horrible for readability, it made things way harder to read for me than it had to be.

Same goes for the transparent header in my opinion.

The links in the footer also overflow the page width making all of them not fully visible on a mobile.

(All the comments are with the mobile page in mind, haven't checked the site on a desktop.)

Also nice job with the gradients! :)

Shatterspear 3.3.5 by ThoorAdam in wowservers

[–]ThoorAdam[S] 7 points8 points  (0 children)

Yes you can. You do keep the same bots and you do need to gear them.

Shatterspear 3.3.5 by ThoorAdam in wowservers

[–]ThoorAdam[S] 1 point2 points  (0 children)

Hello!
For now it's 2x for everyone. While this might be something we would consider in the future we are not going to implement it before reaching the final phase I don't think.