Alex Fedorov

Results 20 issues of Alex Fedorov

For integer/float values it is possible to do shrinking not by `1`, but using kind of binary search: 1. initialize step = 1 2. change value by step, is property...

enhancement :sparkle:
help wanted :pray:

Tried to create new `apps` project with this tool on Alpine Linux and got: ``` Error: Can't find Python executable "python", you can set the PYTHON env variable. ``` Maybe,...

Simple example: ``` crystal # works.cr module Notifier def self.notify(message) end end create_module_mock Notifier do mock self.notify(message) end allow(Notifier).to receive(self.notify("John")).and_return("Just great!") Notifier.notify("John") # => "Just great!" ``` ``` crystal #...

Guten Tag, Wie lautet die Open-Source-Lizenz für diesen Programmcode?

- [x] `SELECT 1` - [x] `SELECT 1, 2, 3, "hello world"` - [x] `CREATE TABLE`/`DROP TABLE`/etc - [x] multiple rows result - [ ] recognize mysql types and construct...

This cracks `Query` class, but can be mitigated, if all `escaped_string` made lazy.

- [x] Try to run it on mac os x - [x] Fix all problems that was found - [ ] Understand how it can be automated (travis beta feature...

- [ ] Is it possible with crystal? - [ ] How to do it on travis? Probably utilize LXC? - [ ] Fix issues with 32bit in this library...