Sundaram Ramaswamy

Results 28 issues of Sundaram Ramaswamy

There're 4 possible ways of using `:ensure` ```elisp ;; 1 (use-package org :ensure t ) ;; 2 (use-package org :ensure nil ) ;; 3 (use-package org ) ;; 4 (use-package...

In [1. Basics ~ Matching](https://stevedonovan.github.io/rust-gentle-intro/1-basics.html#matching) inclusive range should be written `..=`: ``` warning: `...` range patterns are deprecated --> src/main.rs:5:10 | 5 | 0...3 => "small", | ^^^ help: use...

The index page says > There will be some uphill but the view will be inspiring; the community is unusually pleasant and happy to help. There is the Rust Users...

When running an executable built with `cargo build --release` I still see these message > 2020-01-23 17:15:32.240832+0530 mandelbrot[73453:488530] Names (null) > 2020-01-23 17:15:32.279533+0530 mandelbrot[73453:488530] MessageTracer: Falling back to default whitelist...

# Compilation Error When compiling with Clang on Xcode, I get the following error ``` ../src/StackAllocator.cpp:39:39: error: non-constant-expression cannot be narrowed from type 'std::size_t' (aka 'unsigned long') to 'char' in...

> If you use this org-setup to produce a neat cheat sheet, please let me know! Yes, I'm happy to share that I've written a cheat sheet based on your...

Optional dependency for LaTeX support in manim is provided by `texlive-latex-extra`. The earlier listed package, `texlive-scheme-medium`, is now absent. Replace former with latter.

Didn't use the [latest (stable) version 4.2](https://gitlab.com/saalen/highlight/-/releases)'s `.zip`; went for commit SHA instead since no releases were made since [my upstream MinGW patches](https://gitlab.com/saalen/highlight/-/merge_requests/136).

new-package

When there's only one buffer open, `wiki-summary` leads to a vertical split, while having a horizontal split in the bottom like [define-word package](https://github.com/abo-abo/define-word) does would be a nice UI improvement....

Have a buffer with `KNIFE` written, do `M-x wiki-summary` and press enter twice. It'll look up in vain. However, if you make it `knife` or `Knife` you'd get a valid...