Maher Sallam

Results 4 issues of 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:...

enhancement
discuss

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: ![qr_latest](https://github.com/piderman314/bardecoder/assets/277764/7761d8dc-863e-4745-811a-c2b331720efe) The following error is...