[-] UlrikHD@programming.dev 1 points 2 years ago

I don't believe the system is that granular. If you're posting in a community that is now hidden I would recommend you to subscribe to it if you want to continue to see it.

[-] UlrikHD@programming.dev 1 points 2 years ago* (last edited 2 years ago)

I don't have any experience with pipx and personally prefer to just skip the .toml and place the whole pyprojectsetup in setup.py.

With that method, I would write inside setup()

packages=find_packages()  # Include every python packages
package_data={  # Specify additional data files
    'yourpackagename': [
        'config/*'
        etc...
    ]
}

This would however require you to have a package folder which all your package files/folders are inside, meaning the top level repo folder should not have any files or other folders that you want to distribute. Your MANIFEST.in looks fine.

[-] UlrikHD@programming.dev 1 points 2 years ago* (last edited 2 years ago)

if Valve isn't selling at a loss to poorer regions then they are simply extracting additional profit from higher-income regions on the assumption that those customers can afford it.

Valve can't sell for a loss the same way ebay can't. Valve simply takes a percentage of the price everytime a game is bought, publishers are in complete control of the price they want to sell. Often, publishers will let Steam automatically set regional pricing based e.g. the American price though.

The way these publishers operate, they will simply set the price at the highest possible value to extract as much as money ad they can from those willing to spend 60+$. Those unwilling or incapable of spending that amount of money, will just buy the game later on a sale. Price skimming has only become more and more prevalent in PC gaming with steam being the "innovator" of frequent sales.

[-] UlrikHD@programming.dev 1 points 2 years ago

You can, but you may need to edit some registers to avoid windows reseting them.

[-] UlrikHD@programming.dev 1 points 3 years ago

Aren't people notified when mods removes their stuff?

[-] UlrikHD@programming.dev 1 points 3 years ago* (last edited 3 years ago)

match isn't a protected keyword like if is.

match = 0
match match:
    case 0:
        print(0)
    case _:
        print(1)

Is legal and will give print out 0.

[-] UlrikHD@programming.dev 1 points 3 years ago

That's interesting, thanks for the reply

[-] UlrikHD@programming.dev 1 points 3 years ago

How many ~hours per week is expected for the role, and are there any particular day(s) when most of the activity is happening.

I'd be happy to help out.I live in Norway with active hours ~05-22 CEST. For more personal information, feel free to DM. My discord username is the same as this username if you prefer that.

[-] UlrikHD@programming.dev 1 points 3 years ago

Will nobody comment on the level of indentation? It looks like 10 leves deep.

[-] UlrikHD@programming.dev 1 points 3 years ago

Other than now lemmy, the only other apps I use are Firefox and email/messaging apps. Hardly need that much performance.

view more: ‹ prev next ›

UlrikHD

0 post score
0 comment score
joined 3 years ago
MODERATOR OF