David Krutsko

Results 78 issues of David Krutsko

It might be useful for the Image class to get a `getHash` function, using the `Hash` class. This will, in effect, return a CRC-32 hash of the contents of the...

Request

An image cropping feature within the `Image` class might be a good addition.

Request

Is compiling x86 applications on Mac still a thing? can it even be done? and what happens when you try to do it with robot? Will everything continue working? Will...

Question
Mac

A new year a new copyright header.

Request

Applications like [Packer](https://www.packer.io/docs/builders/virtualbox-iso.html#boot-command) give you the option to wait a certain amount of time before clicking the next couple keys, it would be cool to support this in [`keyboard.click`](http://getrobot.net/api/keyboard.html#Click2). Might...

Request

From [robot/robot-js#57](https://github.com/Robot/robot-js/issues/57) This is probably more of a feature request but is there any way to get the current mouse state? (Ie. Pointer, hand, text, etc) I'm creating a remote...

Request
Research

The `Window::GetList` function should have some sort of method of enumerating all windows, instead of only visible windows.

Request

With #88, it might be good to bring back some of the command line testing capabilities rather than have an interactive menu. It probably doesn't need to be as extensive...

Request

static_assert might be useful to include for compile-time compliance checking. Some places where this might be useful is checking the custom datatypes like `uint8` and `uintptr`. An example implementation can...

Request