killemov
killemov
This behavior might be related: (Last tested on 3.00 (bb6b5a062e), but is ancient.) When trashing a torrent (remove and delete data) and when using a symbolic link to the associated...
What are dead tasks and magents? Does this happen to magnets only? In non-metadata-complete form or always? (So a torrent has 100% metadata complete and STILL disappears after upgrading?)
Maybe this issue could be seen as a note to the devs to check if something broke during development of this new major version. BUT ... magnets in Transmission-daemon are...
Sigh. Of course it does, but mySession.scriptTorrentDoneSeedingFilename works better. The point is about picking a naming scheme and sticking with it and camelCase being the preferred one.
It's shorter and does not need the array-operator to be accessed. Also it's more like Java.
> Now you're just trying to enforce your own preference... > > I have a preference too. It's neither of the used ones. But arguing about preferences is rarely constructive....
Getting rid of hyphenated attribute names could, of course, be done over time. At least stop the introduction of new dash-case attributes. Software evolves. You have not stated any pros...
I would urge the team to stick to camelCase as most attributes are in this format already. I was triggered by the new additions for 4.00 in the RPC-spec. Please...
> I support switching to `snake_case`. Most readable and most convenient as ckerr mentioned. ... Said no core JavaScript class designer ever. The only place where underscores are common are...
> The world does not revolve around JavaScript. The notation is JSON with the JS standing for JavaScript.