Maher Sallam
Maher Sallam
Hello, Trying to launch developer tools in an external window using `TChromium`'s method called `ShowDevTools` leads to a crash when running a 64-bit build. I experimented with the `guiclient` demo...
Hey there, First, I would like to thank you for this great gem (and the previous version too)... It made upgrading my app to rails 3.1 so easy :) While...
Hello, Consider the following definition of a `User` entity: ```typescript interface UserType { name: string; status: string; } type UserEntity = Entity const schema = new Schema({ name: { type:...
Hello, First of all, thanks for creating this library! I tried to use it to decode a QR code but the following image proved problematic:  The following error is...
Hi, After upgrading to v1.1.0, I noticed that whenever you have 2 `Command.Input`s inside one `Command` and you start typing in the second input, the first one gets incorrectly focused....