Alexey Romanov

Results 50 comments of Alexey Romanov

I was thinking and the problem is, what happens with multiple `Build`s? They need to combine their commands into a single JSON array, so just appending to a file doesn't...

In https://github.com/alexcrichton/cc-rs/pull/443#issuecomment-535144089 you mention > While I don't think we can emit rerun-if-* directives by default, it seems reasonable to have an option to opt-in to rerun-if directives perhaps? Would...

My answer for the moment is going to be "I agree this would be good to fix, pull requests (or forks) welcome". Same for #30.

Does the combination of #24 (thanks, @brabalan) and AUCTeX 12.1 fix this?

The `gen_server` process is already acting like such a buffer. Do you mean that you call `sqlite3:open` (or `start_link`) multiple times for the same database? Or that you want an...

In this case, pull requests are welcome :) Otherwise, I'll add it eventually, but I am not sure when I'll have time. Do you just want fire-and-forget or for a...

> any suggestion on how to implement it I would just look at the original code at https://github.com/imneme/pcg-cpp/blob/master/include/pcg_random.hpp (I think `Jump` is called `advance` there). Java does not support unsigned...

Will you make this change or should I make a PR?