Dessalines
Dessalines
I suggest looking at `yarn upgrade-interactive --latest` for a really clean upgrading interface. I often use cargo outdated, but having to change every dep manually is a pain.
Finally figured out how to do this. It should really be added to the main example, considering how useful it is, (and considering I had to do work to figure...
Just add required=true, so ``` java @Option(name="-username", usage="Your username", required = true) private String username; ```
I want to use this as my main driver, please add tabs!
`control+shift+v` is the standard terminal paste.
I did, thanks. It might be useful for anyone who does a search for temperature wanting to add this. Have you considered adding commented out sections, or readme additions for...
I leave it to your discretion. If it were me, I'd use the readme, and add sections for `weather` like you have now, and add things like `CPU temp`, `HW...
Okay, I have this one now too for linux: `#(amixer sget Master | grep "Left:" | awk -F"[][]" {" print \$2"}) 🎵`
Its running in docker (on an alpine image), I just checked: ``` $ ulimit unlimited / $ ulimit -a core file size (blocks) (-c) unlimited data seg size (kb) (-d)...
Ya I'll try that in a bit here.