lewisrache / perfume

1 stars 0 forks source link

Updating issues #17

Open lewisrache opened 1 year ago

lewisrache commented 1 year ago

Don't seem to be able to add multiple new perfumes in a row, without going to the library in between Updating seems to be only filling in some of the fields correctly (leaving others empty and filling the "types" with all options)

Num = 0, regardless of what is selected, and both type options are applied, regardless.

lewisrache commented 1 year ago

Hmm, seems to be replacing the first new one with the second

lewisrache commented 1 year ago

also NEW got added into card_types somehow...

lewisrache commented 1 year ago

@zcerah this should be fixed now

zcerah commented 1 year ago

Num is still staying at zero, but multi add is working

lewisrache commented 1 year ago

Forgot to add it to the update :) num is updating now

lewisrache commented 1 year ago

Autofilling not working due to data weirdness differences; my machine is seeing cards_to_types[16] = JSON.parse("[3,2]");, zcerah machine seeing cards_to_types[17] = JSON.parse("["1","2"]");

Hopefully changing to cards_to_types[17] = JSON.parse('["1","2"]'); (single quotes) will work around that... not sure why the difference.

zcerah commented 1 year ago

Autofilling seems to have reverted to not working. It was working fine yesterday.

zcerah commented 1 year ago
cards_to_flavour[83] = ""Why do you wait at your door, woman, Alone in the night?” “I am waiting for one who will come, stranger, To show him a light. He will see me afar on the road And be glad at the sight.”  “Have you no fear in your heart, woman, To stand there alone? There is comfort for you and kindly content Beside the hearthstone.” But she answered, “No rest can I have Till I welcome my own.” “Is it far he must travel to-night, This man of your heart?” “Strange lands that I know not and pitiless seas Have kept us apart, And he travels this night to his home Without guide, without chart.”  “And has he companions to cheer him?” “Aye, many,” she said. “The candles are lighted, the hearthstones are swept, The fires glow red. We shall welcome them out of the night— Our home-coming dead.”  - Winifred M. Letts";

double quotes arent being escaped