Kirill Zaborsky

Results 78 issues of Kirill Zaborsky

The main page of https://trunkbaseddevelopment.com/ has "Tags" link (with "next" above it) pointing to https://trunkbaseddevelopment.com/tags/ which results in 404

From the code it looks like the crate only supports generating just US local phone numbers. The docs don't tell much about the supported formats BTW.

tag 0.0.3 is almost 2 years old

Not sure if you use it but for Russian projects it's a "must have" I think.

Adding those is quite helpful for checking out old versions and compare lib versions as well.

In https://github.com/Stranger6667/jsonschema-rs/blob/79e35a2012e49ee7af58c6f8b9b10ff2ff0b0dff/jsonschema/src/keywords/format.rs#L122-L140 I see that email validation doesn't check for non-printable characters and explicitly says that domain validation is not done

Core: Keywords

Any plans for creating grouping in setings admin? Separate forms for separate registered settings classes? Seems to be quite easy (I'm a newbie on github yet so need to learn...

It seems that website could have some problems with CSS - ![sc](https://cloud.githubusercontent.com/assets/70110/8148473/f9bf3b9c-12a7-11e5-8ec1-5469eeb3d68d.png) Checked in Chrome/Firefox - result looks the same

I was a bit surprised that new hoogle fails to find correct function for `(a -> m b) -> t a -> m (t b)` while previous version works correctly....

While thinking about a patch for #7 I've stumbled upon a problem: at the moment I don't really understand current kontiki API. I.e. I don't understand whether client code should...