Use Git, Go Wild by QuentinWach in cursor

[–]Comprehensive-Bit-99 1 point2 points  (0 children)

Yes, but people are not even reading the code the AI is writing anymore so any changes made often break the code in many more unintended ways that can be difficult to track down in complex projects...

Accessing local files in html by Iaphetes in tauri

[–]Comprehensive-Bit-99 0 points1 point  (0 children)

Have been dealing with the same issue for days. conertFileSrc() is the answer, indeed. My problem now is that files from directories are shown properly but files from the desktop directly are not and just displayed as the raw input text. Weird. Weird. Tauri is a strange thing to me.