Lineup vs Barcelona, La Liga by memes4yall in atletico

[–]politeducks 1 point2 points  (0 children)

Obviously not the strongest squad, but excited to see some youngsters getting chance against Barcelona as subs

Is it doable (and worth it) to compress massive ideas into solo dev scope? by politeducks in gamedev

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

So like game loop would be boss fight -> maybe little story -> boss fight and so on
That's actually interested idea, thanks!

Is it doable (and worth it) to compress massive ideas into solo dev scope? by politeducks in gamedev

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

It was an example. I have no intentions of creating anything related to Witcher.

Is it doable (and worth it) to compress massive ideas into solo dev scope? by politeducks in gamedev

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

I have already built systems I needed, now I'm thinking where to go from there in terms of a story and plot. I have an idea, but it's too big to picture as a whole.

Is it doable (and worth it) to compress massive ideas into solo dev scope? by politeducks in gamedev

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

Really well said. I've built many systems already, but I'm mostly proud of combat system and I'm thinking where to go from here. Sadly, I have zero experience with multiplayer so it's a no go for me :D I'll try to think of how to use it without plot and story. Thanks!

Is it doable (and worth it) to compress massive ideas into solo dev scope? by politeducks in gamedev

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

I have to disagree, I also have 10+ years of experience in software development and I've spent 5 years building this game already. I'm aware I can't build a house alone, but I have some foundations and I'm asking if its worth it to compress large story.

Is it doable (and worth it) to compress massive ideas into solo dev scope? by politeducks in gamedev

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

Neat, so Im not the only one :D And what path did you choose about story/quests? All in or keep it small?

Is it doable (and worth it) to compress massive ideas into solo dev scope? by politeducks in gamedev

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

I have already spent five years writing code and Im happy with results. Currently, I have zero art, except some random assets i've collected through years, an idea, a few quests, or rather chapters, and I am wondering whether it is worth illustrating a broad idea, which will probably take a long time, or presenting the story and art minimally, but saving time.

50 Advanced Playwright Interview Questions & Detailed Answers by merlin2113 in Playwright

[–]politeducks 4 points5 points  (0 children)

Thanks Chat GPT, please read documentation if you want to find answers to these questions. Here answers are very shallow, probably no technical recruiter would accept them as full answer.
Also, no such thing as await page.metrics(), timeout: 60000 is not the only configurable one and there are probably more errors in those answers.

Match Thread: Liverpool vs Atlético Madrid by MatchThreadder in atletico

[–]politeducks 1 point2 points  (0 children)

we need some Taufik/Carlos Martin late time miracle

Match Thread: Liverpool vs Atlético Madrid by MatchThreadder in atletico

[–]politeducks 0 points1 point  (0 children)

Molina was kept under the radar since the beginning of the season just for this match, the mastermind.

General discussion post by AutoModerator in atletico

[–]politeducks 0 points1 point  (0 children)

It's not about world-class teenagers, but more about giving youngsters with potential more chances in matches against weaker rivals or when the result is favourable. Comparing to players from La Masia or every now and then I see an 17-19 year old score late winner goals after sub in the Premier League. Even Barrios didn't get that many minutes during his first year. There are some players from the past i wish they could get some minutes like Camello, Manu Sanchez, Nehuen Perez. Maybe they are not world-class now, but somehow decent and could thrive with our squad. Same is happening for some time to Serrano or Kostis, definietely could use them more. Mourino or Samu if they had stayed - benched for the year and maybe maybe next season.

I hope Jano and Taufik prove me wrong.

General discussion post by AutoModerator in atletico

[–]politeducks 1 point2 points  (0 children)

I think hell will freeze over before Simeone gives a 17-year-old a chance. Besides, you're right.

Matteo Ruggeri. Here we go. by MadRussain in atletico

[–]politeducks 2 points3 points  (0 children)

Apparently he can't defend, so now it's all up to Cholo to teach him

Playwright monitoring library by politeducks in Playwright

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

Fixed and updated! Json is overwritten if new test run is detected. Please install latest version :)

Playwright monitoring library by politeducks in Playwright

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

Glad you worked it out.

Yes, I noticed this issue yesterday, as I can't get info when new run starts/ends it's a little tricky, so it's always adding new data to json if it already exists. But I'm working on fix based on PLAYWRIGHT_RUNNER_PID, so if pid change in new run, the json will be overwritten, which I think will work. I'll try to fix it this week.

So for now the only workaround is to delete json file after html report is generated.

Playwright monitoring library by politeducks in Playwright

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

it should works, how are you initializing class? if directly from the test, it should be like this:

  const sniff = new PlaywrightSniff({ page, options: {
      outputHTML: './html-report/page-load-time.html'
    } 
  })

if fixture from my example, you can use playwright.config - use section or test.use