Revadike
Revadike
It confuses my junk filter
Maybe `is:exactdupe`?
> Wishlists seem terribly inconvenient to maintain. They should be better integrated, as opposed to requiring external tools. Allow us to select the preferred perks directly on the weapon, when...
Excited for this revamp!
> Very cool. I'll have a look and see if I can contribute anything other than more bugs. Did you get anywhere?
Sadly, this information is not being collected by barter.vg, which is where I get the data from. Do you know of any other data source?
They have an API, but not sure if I can make it work: https://steamhunters.com/api/help
Ok, this may be the reason? ``` Applying migration 20250511124316_patch.sql... ERROR: unsafe use of new value "disputed_trade" of enum type notification (SQLSTATE 55P04) At statement 2: alter table "public"."preferences" alter...
Scratch that, It seems to have ignored everything after `BEGIN;` Perhaps the docs should just suggest users to put altering enums in a separate migration.
> [@Revadike](https://github.com/Revadike) from my experience with postgres enums, beyond the issue you just mentioned, there are other limitations - I believe you cannot edit or remove a value (e.g. in...