Hadi Dbouk

Results 25 issues of Hadi Dbouk

How can make Swimat to remove blank lines from my code ?

enhancement

How can I extract frames from videos? since SGPlayer uses `Metal` and `ffmpeg`, this operation can be done on GPU right? Any idea how much time it will take? since...

From [Apple Documentation](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CoreData/Concurrency.html#//apple_ref/doc/uid/TP40001075-CH24-SW1) > The NSPrivateQueueConcurrencyType configuration creates its own queue upon initialization and can be used only on that queue. Because the queue is private and internal to the...

Any plan for an iOS version ?

question

Does this Library has been tested with Eddystone beacons ? I am getting wrong location when i choose Eddystone protocol to my Kontakt beacon. For Kontakt there is different values...

bug
core lib

What is the reason for having this method in `Beacon.java` class? Should be changed? or removed? ``` public void applyPropertiesFromAdvertisingPacket(P advertisingPacket) { //setTransmissionPower(lastAdvertisingPacket.get); } ```

good first issue

Hello, The registerLocationListener (unregisterLocationListener) method in `AndroidLocationProvider` are not nullable `registerLocationListener(@NonNull LocationListener locationListener)` But the same method in the `IndoorPositioning` (Which should be named IndoorPositioningProvider - i guess) are nullable....

enhancement
good first issue
core lib