Kim Eirik Kvassheim

Results 14 comments of Kim Eirik Kvassheim
trafficstars

I think that's implied in #4 (but the subject could perhaps be changed to something else to clarify cross platform support), but that's a great tip so you should probably...

That's a great idea @tht13 Would this also be beneficial for system performance (specifically less memory usage) since they're working from the same engine or would it only save disk...

Not much help but here's a temporary workaround if you're using Windows and willing to install AutoHotKey. Create an ahk script and type the following: ``` #SingleInstance force #e:: run...

I think the notification bar should primarily be used for background programs (like an antivirus), and other notifications. Just having random software there idle kind of defeats the purpose. But...

Related to #48 and #67 (those are more specific, perhaps fitting as sub-tasks)

That's awesome, would it be possible to achieve that in Windows as well, Michael?

I see, thanks for the explanation and I agree with that decision

Yeah, or what I really want is to be asked first. When opening fman I'd like it to show me a dialog prompt to ask if I would like to...

Yeah that wasn't well thought out. Definitely avoid pop-ups :) At best, you could show a notification on the status bar. When opening fman it would look like `v0.4.1 Ready....

If I understand Richard correctly then yes In Cargo and many other dependancy/package managers you can choose which version to install. Don't have too much experience with npm but I...