Sridhar Ratnakumar
Sridhar Ratnakumar
@BrianHicks created a tips site: http://spacemacs.brianthicks.com/ I like the mini animated gif demonstration. It would be nice if `-tips` contained them, to be rendered inside emacs as animated gifs.
Related #110
And if you are using tokio/async, this example looks like: ```rust async fn emit_sound() { tokio::task::spawn_blocking(|| { let (_stream, stream_handle) = OutputStream::try_default().unwrap(); let sink = Sink::try_new(&stream_handle).unwrap(); let my_slice = std::io::Cursor::new(include_bytes!("../assets/click.mp3").as_ref());...
> Can you run `ls -l` and `cat` on `/etc/ssh/sshd_config.d/101-authorized-keys.conf`? ``` admin in 🌐 biryani in ~ ❯ ls -l /etc/ssh/sshd_config.d/101-authorized-keys.conf lrwxr-xr-x 1 root wheel 54 7 Sep 02:00 /etc/ssh/sshd_config.d/101-authorized-keys.conf...
Why not name your zettels using title, eg: `Link title.md`?
> Perhaps we can provide an option to disable switchRoute entirely (with it enabled by default). Say a CLI argument like `run --port=8080 --disable-switchRoute` (which would also carry over to...
Actually I just realized that shields.io provides a way to dynamically create images, eg: https://img.shields.io/badge/builtwith-nix-purple EDIT: But yea maybe builtwithnix.org needs something _unique_ (but with same dimensoins). I don't know...
Huh, this is causing the yaml processing to regress.
https://github.com/srid/haskell-template/commit/033913a6fe418ea0c25ec2c2604ab4030563ba2e
No longer an issue after #18