jgedarovich

Results 7 issues of jgedarovich

on fedora24 ``` ❯ gcc -o hidclient -O2 -lbluetooth -Wall hidclient.c hidclient.c:105:21: fatal error: stropts.h: No such file or directory #include ^ compilation terminated. ``` I found some discussion around...

While testing out this library I found that I received 'Attachment model missing type definition for' errors until making the changes to the Attachment Resource to include the following additions:...

this adds two new methods to the SimpleMessage class. The first is an accessor method for attachments ```getAttachments()```, and the second is a convenience method for checking if a SimpleMessage...

even though attachments are included in the simple message model, I don't see any straightforward way of getting at those so I propose just adding a simple accessor method for...

While testing out this library I ran into the same problems as described in #59 . However, after applying the patch from #59 locally I found that It required further...