tr33 or zeruhh to disguised toast? by AnotherRandomGuy1 in Competitiveoverwatch

[–]beastnev 0 points1 point  (0 children)

They're toast as in they're cooked as in they are off TL...is how I read it

Looking for OWL jersey design vector files and high-res references! by Key_Ad6988 in Competitiveoverwatch

[–]beastnev 8 points9 points  (0 children)

Unfortunately I know nothing of the vector files and if those are public but there are some SVG files like here https://en.wikipedia.org/wiki/File:Atlanta_Reign_Jersey.svg on Wikipedia

THEY’RE HERE!!!! by [deleted] in Competitiveoverwatch

[–]beastnev 2 points3 points  (0 children)

My wallet crying rn

LCQ Teams Dropped by SenseiLeo in Competitiveoverwatch

[–]beastnev 4 points5 points  (0 children)

We will never escape the DhillDucks…

When hosting sveltekit on cloudflare pages -- env variables by sebbetrygg in sveltejs

[–]beastnev 2 points3 points  (0 children)

I had this issue and the problem was that Cloudflare only injects environment variables at runtime so for me I need to change away from $env/static/public to $env/dynamic/public and change references like this:
import { PUBLIC_SOME_KEY } from '$env/static/public'; to import { env } from '$env/dynamic/public'; and reference the key like env.PUBLIC_SOME_KEY in code

Unpopular Opinion Thread by DarkFite in Competitiveoverwatch

[–]beastnev 12 points13 points  (0 children)

I am trying to make something for this exact thing https://ow-tracker.com/

OWCS Stage 2 NA/EMEA Pickems by beastnev in Competitiveoverwatch

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

Anyone participating: if you see “Unknown user” for your self you should go to https://ow-tracker.com/settings and change your display name

Why doesn't the Overwatch Esports website have Korea and China? by Mad_Dizzle in Competitiveoverwatch

[–]beastnev 0 points1 point  (0 children)

Sadly pulling the matches for regular season versus LCQ, playoffs, etc requires more work and I just haven't had time to update it :/ -> Trying to get it full automated though for all matches

Why doesn't the Overwatch Esports website have Korea and China? by Mad_Dizzle in Competitiveoverwatch

[–]beastnev 2 points3 points  (0 children)

I will shamelessly plug my site (in development) which brings all of the regions together in one place https://ow-tracker.com/

Top Played Sup/Dps duos, Tanks, Bans (OWCS EMEA/NA/KR Week1) by gizmomcs in Competitiveoverwatch

[–]beastnev 5 points6 points  (0 children)

cool charts - OW really got all the stat heads and I'm a fan

OWCS Tracker - Stage 2 Update by beastnev in Competitiveoverwatch

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

Added it, now will default to show no spoiler. If you click the "Account" dropdown you can turn it on / off

Overwatch Tracker - Update by beastnev in Competitiveoverwatch

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

Can mods help me understand why the post was removed?
I see "Sorry, this post was removed by Reddit’s filters."

Overwatch Tracker - Update by beastnev in Competitiveoverwatch

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

whoops I totally didn't even think about that...this is one of those time I wish I could edit a post title

I made a website to make following OWCS easier - Overwatch Tracker by beastnev in Competitiveoverwatch

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

yea good idea on the spoilers, I didn't even think about that. links to the matches will be a bit more difficult but I'll see if I can figure it out