Dmitry Shalashov

Results 12 issues of Dmitry Shalashov

AFAIK I can't use this work or parts of it in commercial website without publishing all its source :-) But in fact I want to, leaving credits for you and...

Hi! We are using this library to detect anomalies in the number of web requests - to quickly notice potential problems. Detection goes like this: `res = AnomalyDetectionTs(data, max_anoms=0.005, direction='both',...

Hi. This is done to help folks catch exceptions from this module and to be more error prone to module updates. Why have I abstracted only these ones? I've chosen...

Hi, and thanks for a wonderful library! To jump right into action, this is a help message I'm getting now: ``` This is a script to generate some random (but...

kind/support

At least I was told so in answer to my SO queston: http://stackoverflow.com/questions/11712846/how-to-exclude-from-project-stax-utils-dependency-for-tagsoup I'm asking you to clarify README - either by how I can really avoid dependency either by...

cuepoint event is the same as in flowplayer: https://flowplayer.org/docs/cuepoints.html

So, if I write a commit message that is long enough to span to new line; and then I try to delete some part of it with backspace - then...

Hi there, is it possible to pass any flags that this utility do not recognize to `git commit`? Sometimes you need to use some commit option, and you probably do...

`go get -u github.com/valyala/quicktemplate/qtc` did not get `qtc` into my path; `go install github.com/valyala/quicktemplate/qtc` did. I use MacOS and my Go is version 1.19.2 installed via homebrew.