Luqman Aden
Luqman Aden
I ran into this issue with trying to use ```rust use askama::Template; struct Node { data: String, children: Vec, } #[derive(Template)] #[template(path = "index.html", print = "code")] struct Test {...
Currently, if focus changes from one puml to another the preview pane also switches to the new file. Ideally it would work more like how the Mardown previews work where...
Trying to complete [rustbox](https://github.com/gchp/rustbox) I found that racer fails when crates define different entrypoints: ``` TRACE:racer::cargo: get_cargo_packages processing rustbox TRACE:racer::cargo: get_versioned_cratefile searching for rustbox DEBUG:racer::cargo: get_cargo_rootdir. "Cargo.lock" DEBUG:racer::cargo: get_cargo_rootdir. CARGO_HOME...
Hey, thanks for writing this extension first of all! I had one suggestion: currently you require a PAT to grab the repo from Gitlab. But this requires a specific user...
The `userland` keyword is incredibly useful while instrumenting userspace saving manual `copyin*()` calls. Some history and more details mentioned in this [blog post](http://dtrace.org/blogs/rm/2013/11/14/userland-ctf-in-dtrace/).
Expand the `repr(packed)` section to note if also supports an explicit power-of-two argument like `repr(align(n))`.
# Description The `libc` crate links against the legacy version of `getifaddrs` on illumos which only returns `AF_INET[6]` entries. As of [illumos#11196](https://www.illumos.org/issues/11196), `getifaddrs` was updated to also return `AF_LINK` entries...