[-] UlrikHD@programming.dev 1 points 1 month ago

It's not about the profanity itself, it's about what language the trolls/harassers typically use. The comment containing profanity was restored after it was seen to not be harassment. Most new users doesn't trigger the automod in the supervision period.

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

Please follow our instance's Code of Conduct and avoid using slurs, repeated breaches will lead to a temporary ban from our instance.

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

I didn't mean to imply CD stores sounds files of worse quality, only that if you aren't after the experience vinyl provides, digital files is a more convenient form of media.

[-] 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

Interesting stuff, might give me an excuse to look into rust in the future. Thanks!

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

You can just run the code in the debugger to see if it does what you expect.

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

In the ancient times, the escape button wasn't at the upper left corner, but to the left of Q (ADM-A3). Vi (and by extension Vim) just haven't adapted to a different keyboard layout.

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

Their statement said nothing about giving a complete experience from day one. You cut out the central part of the whole statement which is "without the need for additional purchases".

The whole point of the public statement is about not requiring users to spend additional money to get the whole game. It got nothing to do with early access.

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

Traitor sounds too soft compared to the word we got for it in Norway, but "traitors of a country" in war rarely rouse much sympathy.

E.g. the majority of Norwegians are against the death penalty, but you would be hard pressed to find many opposing the decision to execute Quisling after the war.

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

Kaedrin mod manager, runcher, Prop Joe's manager and a deprecated one by a user on the modding discord. We got plenty of mod managers in development but nothing as developed as vortex.

Vortex allows for profiles, configuration during installation, easy install for central "mods", very visible mod version, etc...

I'm sure runcher/Frodo's new mod manager will get there, but my point is vortex got everything a user and a modder may want for that game.

Also, I'm not sure if Kaedrin is actively developing his mod manager, he doesn't seem very active on the discord.

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

What's the problem with vortex? As a modder for total war, I dream about the day total war would get a mod launcher like that.

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

How in the world does ligatures work with monospace

Edit: I see now that it's the symbols and not necessarily the letters you guys are merging.

view more: ‹ prev next ›

UlrikHD

joined 2 years ago
MODERATOR OF