Hrayr Mirzoyan

Results 6 comments of Hrayr Mirzoyan

I am in the process of modifying your code to achieve this, i'll share it with you once completed

from what I can tell it doesn't save the CSS path. When i open an example with existing linkage it works but as soon as I select a new CSS...

for anyone looking how to reset this on the DB side 1. run this query SELECT MAX(id) FROM your_table; 2. SELECT nextval('your_table_id_seq'); mine was [your_table]_id_seq 3. if the Valu from...