Sebastian Waisbrot

Results 15 issues of Sebastian Waisbrot

Hey there. Thanks for this library. I'm trying to create a JSON from the tree but it fails with unicode characters as they might get splitted on the tree. It...

In lists navigate with j/k and vote with a/z.

user interface
feature request
approved feature

For example, a login without username localhost - - [26/Oct/2011:18:41:51 ART] "GET /api/login?=&password=12345678 HTTP/1.1" 500 4190 or sending an array instead of a string e.g. localhost - - [26/Oct/2011:18:44:58 ART]...

Using the following input: ``` X = [[0,1,0],[0,1,1],[1,1,0],[1,1,1],[0,0,0],[0,0,1],[1,0,1],[1,0,0]] y = [0,0,0,0,0,1,1,1] ``` The decision tree is suboptimal. After a split on column 1, there is no more splits and it...

https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/docs/internals/adding-endpoints.md Is it possible to rename `params`, `method` and `files` to `Params`, `Method` and `Files` so modules using this library can extend the endpoints?

To add alt text to an image the request *must* be a json object: https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-metadata-create I think a small tweak in the `__request` method could do it, but I'm not...

It can use a reduce operation to count successes and then create the appropriated response.