Vladimir Matveev

Results 94 comments of Vladimir Matveev

If you don't specify the callback url, it takes it from the home page url, which is a required field. Why is requiring OAuth credentials is necessary at all? I...

I wonder if something like fastparse's [Sequencer](https://github.com/com-lihaoyi/fastparse/blob/e843bc8401f26d793b2e1d77faa9216037a93b5c/fastparse/src/fastparse/Implicits.scala#L13) mechanism would be a good addition. Based on the type of parsers, it collects non-`Unit` values into a single tuple: ``` val u:...

@gwenn I have taken a look at the libraries you listed and found the following: 1. Haskeline has methods to access the entire history as a list of strings, but...

Sorry for the silence - please see #221

Hi @kornelski @untereiner @mgeisler I really appreciate your suggestions to take over maintenance of this crate! I’m sorry for the radio silence - I can only say that I did...

Hi everyone, I have good news - I have just received an approval to go through with the maintenance transfer. I can do the necessary work any time. That being...

Big thanks for @kornelski to taking over the maintenance! @kornelski have you switched everything to the new repo? Do you think it would make sense to archive this one? I...

Btw, let me correct myself - it seems I forgot the code base a bit - of course there can be multiple output files with single output pattern; then the...

Any chance of getting this implemented? Overriding dependencies manually, even if there is a potential semver violation, is an important task in many complex projects. Unfortunately, the real world is...