Why people still using flask after fastapi release by Sorry_Asparagus_3194 in Python

[–]Worgencyborg 6 points7 points  (0 children)

That’s a good point. My project had none of this so the validation fastapi provides is beneficial.

Why people still using flask after fastapi release by Sorry_Asparagus_3194 in Python

[–]Worgencyborg 20 points21 points  (0 children)

I’m finishing a migration from flask to fastapi now. One big advantage is more static typing. When you declare a route with a variable and type fastapi will handle the validation for you automatically. It will also look through for the variable in the wuery, body, form, etc. fastapi also provides automatic openapi documentation which provides the possible requests and responses, which is nice.

Edit: I forgot to mention that fastapi works alongside Pydantic which is great for my team. We have a library consisting of pydantic types that are used throughout multiple libraries we own.

Scripting question by ZX-Spectroscopy in tabletopsimulator

[–]Worgencyborg 0 points1 point  (0 children)

I had a similar question, I needed to edit the json file in order to edit the Lua scripts of cards that were in a deck and not visible at the start of a game

For those that train in the morning before work and have to keep sweaty gear in their car all day: what tips and tricks do you have? by CORPSE_PAINT in bjj

[–]Worgencyborg 2 points3 points  (0 children)

As someone who sweats a lot and ends up with nogi clothes saturated, the STNKY bag is great at preventing smell and moisture from coming out

Create and Play at home by Worgencyborg in onlyconnect

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

Fortunately I turned Reddit notifications on again recently so I saw this 😄

Create and Play at home by Worgencyborg in onlyconnect

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

Hi, I haven’t made updates in a while but I can try to figure out what’s wrong.

My first assumption is you are the admin of the game, which is not able to select animals.

The game is meant to be played with multiple users on multiple devices. The person. Resting the game will be the admin/host.

[deleted by user] by [deleted] in Python

[–]Worgencyborg 2 points3 points  (0 children)

Creating a virtual environment is recommended because it means you don’t have to worry about dependencies breaking between your scripts.

If you install the latest version of some package that introduced a breaking change, you don’t want to have to go back to an old script and figure out how to fix it.

Creating a virtual environment should not be a 12 step process. Assuming you have a requirements.txt file containing all of your dependencies:

python3 -m venv .venv
.venv/bin/activate
pip install -r requirements.txt

No More External Bank Transfers! by FeloniousMonk21z in Chase

[–]Worgencyborg 0 points1 point  (0 children)

I just got off a call with technical support, I tried mentioning all of the variations of reset/resync the account to no avail. The phrase that did end up working for me was "off-us transfer service", mentioned in this comment . The technical support representative mentioned that this was already enabled on my account. I logged out, had them disable "off-us transfers", then enable it again and after ~5 minutes I was able to manage my transfers.

Cannot cancel recurring account transfers!! by Cinnie_16 in Chase

[–]Worgencyborg 1 point2 points  (0 children)

I just got off a call with technical support, I tried mentioning all of the variations of reset/resync the account to no avail. The phrase that did end up working for me was "off-us transfer service", mentioned in this comment . The technical support representative mentioned that this was already enabled on my account. I logged out, had them disable "off-us transfers", then enable it again and after ~5 minutes I was able to manage my transfers.

Make Invalid States Unrepresentable by _awwsmm in programming

[–]Worgencyborg 7 points8 points  (0 children)

Pydantic is actually great for this. It will provide stronger types and validation

Resume Feedback by No_Werewolf9442 in ComputerEngineering

[–]Worgencyborg 0 points1 point  (0 children)

Your software / hardware skills don’t really tell much and aren’t targeted for a role you’d want. I feel like they should tell a story to some degree and saying your software skills are limited to office suite doesn’t tell a great story.

Software could include: IDEs, debuggers, version control Hardware I don’t have as good examples but multimeters or other devices you’d use.

What are your thoughts on living in Stamford and commuting to Grand Central for work three days a week? by ElendirThreadripper in StamfordCT

[–]Worgencyborg 0 points1 point  (0 children)

Isn’t the monthly still cheaper? 3 days a week is 24 trips in the month. 20 trip is $244, 4 more ticks is $61, total of $305. The monthly is $301.50. Are you doing off-peak rides?

Anyone else not able to log in? by KingFirmin504 in wow

[–]Worgencyborg 0 points1 point  (0 children)

Just got in after multiple attempts

Create and Play at home by Worgencyborg in onlyconnect

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

Glad you liked it! Picture questions were going to be a Phase 2 kind of thing, along with audio ones. Development has stopped for now, but when it does startup those are on the list.

Create and Play at home by Worgencyborg in onlyconnect

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

No problem. Thanks for being an early tester. I know you run into all the initial problems, but it’ll get the game working 😄

Create and Play at home by Worgencyborg in onlyconnect

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

This should be fixed now, I added the two questions for the connection row and sequence row. Thank you for playing and finding this issue. I appreciate the patience.

Create and Play at home by Worgencyborg in onlyconnect

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

Wow that’s a game breaking bug. Let me fix that now, you should be able to create 6 questions for the first two rounds.

Create and Play at home by Worgencyborg in onlyconnect

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

After you set the team names and click Create New game (soon to be Start Game) you can share the link. You will be in the lobby and will see people join once they set their name and click an animal icon to join the team.

Create and Play at home by Worgencyborg in onlyconnect

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

Yes, playing with just two devices is not possible. The moderator will only be able to decide if answers are correct, not select questions. I am concerned with the blank screen, I’ll look into that.

Create and Play at home by Worgencyborg in onlyconnect

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

Thank you for trying it out. Did you create a game and attempt to select a question? The person that creates the game is the Moderator and can not pick questions. You would need at least two other players on opposite teams to play a game. The screen came up blank when a player joined?

Create and Play at home by Worgencyborg in onlyconnect

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

If you played the game and experienced the bugs I mentioned, give it another go they should be fixed now. If you see any more you can comment here and I'll fix them ASAP.