Would that just create a list of the current packages/versions without actually locking anything?
It definitely feels like they made a lot of additional little tweaks to KDE to make it work better with the display and built-in controls.
I thought Siri was an existing third-party app and Apple just acquired the company and built it into the OS.
I just want to make out with my Marilyn Monrobot!
If you still have Infinity for Reddit installed, you can export a backup file of your settings and then import it into Infinity for Lemmy!
As I understand, when you update npm packages, if a package/version is specified in
package-lock.json
, it will not get updated past that version. But running those pip commands you mentioned is only going to affect what version gets installed initially. From what I can tell, nothing about those commands is stopping pip from eventually updating a package past what you had specified in therequirements.txt
that you installed from.