ken restivo
ken restivo
I just realized due to the precise way bruce handles true/false return values, could hack around this by using (abusing?) error-hook, i.e. ``` clojure {:error-hook #(log/debug (.getMessage %)} ``` It...
Hmm, I see. It's just grabbing everything in ARDUINO_CORE_PATH, and not making any decisions as to which core files make any sense for the target device.
I noticed that, forgot to update the issue, sorry. It is irritating but not a huge problem; as the linker filters all that stuff out. Your call if you want...
This seems sensible. Their API is not fully documented, nor are there functional/unit tests for it in their codebase. Each of those might be large efforts and I'm not sure...
Fantastic, I will try the Manage Social Networks feature, add my Hubzilla account, and try it out! For future reference, is there a link to the patch which added the...
I tried it, the basic read and post features work. Predictably there are a few issues, i.e. ``` 2015-09-25-13-41-03 I/MySimpleCursorAdapter: Ignoring getItemId 2015-09-25-13-41-30 E/CommandExecutorOther: getStatus 0, Status code=OK; soft; HttpReadResult:...
@morphtown Where might I find this patch? @yvolk So far, in my personal and unscientific testing, features that work in AndStatus with Hubzilla out-of-the-box using the GNUSocial/StatusNet API: - Basic...
The picture attachment problem is reported thusly: ``` log4j 2015-11-16-21-07-56 V/HttpReadResult: ; statusCode:OK (200); url:'https://hub.spaz.org/api/statuses/update.json'; authenticated; posted:'{"media_part_name":"media","source":"AndStatus","status":"Test","media_part_uri":"content:\/\/org.andstatus.app.data.FileProvider\/downloadfile\/1447734941603_11"}' 2015-11-16-21-07-56 D/CommandExecutorOther: Executed CommandExecutionContext:{MyAccount:{accountName:bamfic/hubzilla,id:11,oid:2,credentialsPresent,syncFrequency:900,syncable,syncauto},CommandData:{command:update-status,created:32 minutes ago,"Test",account:bamfic/hubzilla,itemId:4898,hashCode:1528768937,CommandResult:{executed:5, last:just now, retriesLeft:9, error:Soft}}} 2015-11-16-21-07-56 V/MyServiceEventsReceiver: onReceive...
It does not complete the post on the server side, so the failure is likely there. I am not clear on why, and there is no error reported in the...
Thanks for your help! I've put your note in the Hubzilla bug tracker at https://github.com/redmatrix/hubzilla/issues/158 . If I get time soon I'll fix it, otherwise others on the project might...