Utkarsh Kukreti

Results 20 issues of Utkarsh Kukreti

Follow up to #28, which has been fixed now. ``` markup::define! { A { $"/" {} } B { div["=" = "c"] {} } } fn main() { println!("{}", A...

A private function to calculate it already exists [here](https://github.com/servo/html5ever/blob/06d34f28185540ebfb4ed8e8db38ae1b10339dd9/src/sink/rcdom.rs#L81-L90), and I need access to this info to get the next/previous sibling of a Node for a project I'm working on....

See #1. [1]: https://www.xmailserver.org/diff2.pdf

http://www.xmailserver.org/diff2.pdf

We probably need to check `io.rows/0` on every `:render` cast.

The current parsing API is clunky: the parts which don't have a meaningful return value (which return `()`) are sent to the map function: ```rust .alt(("posts", query("sort").optional()), |((), sort)| {...

help wanted

There are several floating around on the internet. Has anyone tried any? I don't remember which, but I tried 3 and only 1 worked, rest crashed the player on some...

Is there any reason why functions which can return `null` in JS (e.g. `document.querySelector`) are not typed as returning `option` values? With the current types it's trivial to get runtime...

Steps to reproduce: ``` $ cargo new a --bin $ cd a $ atom . # edit src/main.rs $ cat src/main.rs fn main() { assert_eq!("one", 1); } ``` Run linter...

bug
enhancement

I searched around, but couldn't find a way to do it. Something like: ``` 1 example, 0 failures, 3 assertions ``` In [this question](http://stackoverflow.com/questions/6137874/show-number-of-assertions-in-rspec-output), @dchelimsky suggested to open a feature...

Feature