Aliaksei Astafyeu

Results 112 comments of Aliaksei Astafyeu

> @tr3v3r Would like to clarify something. Is the intended use that I connect to all discovered printers in the beginning and stay connected, or connect to each printer to...

> Yes of course, thank you. It's just that we have many devices connecting to many printers. I will implement it by connecting and disconnecting then. Thank you! Correct. The...

@Waleed065 I've released beta.2 with some small [breaking changes](https://github.com/tr3v3r/react-native-esc-pos-printer/releases/tag/v4.0.0-beta.2) and refactoring. Could you please try it out when you have time? P.S. After this update, no other breaking changes are...

> @tr3v3r There are few issues with this update ( beta.2 ). Specifically releated to imports > > > > > > > > ![Simulator Screenshot - iPhone 15 Pro...

> Is there a need to bundle the queue into this library? We have our own queue around print jobs and `p-queue` causing strange build issues on our end. For...

> Thanks for coming back so quick! > > `PQueue` is being used in the constructor of the `Printer` class and we use a postinstall patch to remove that line....

> @tr3v3r Hi, thank you for your work, it is a great library! I have one question regarding the usage with new architecture. Is it necessarily to await methods like...

> > Could you please also post RN version, if you're using Hermese or not? Also if it's Bare RN or Expo > > We're using Bare RN with Expo...

> privateMap.get It would be great if you could provide reproducible steps or repo. Since for me and for @Waleed065 at least no issue with that

@Waleed065 @mroswald The reason for that is to have a separate queue per instance, and I suppose for most of the users it will be helpful, as I can see...