- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 31 2019
thanks @matt, they aren't verbose enough though. Only requests and their http status + method.
I'm sending logs over from the dev server now, polled every 10 seconds. You can view on our team server with:
is it possible to see the server application logs for development.write.as
May 30 2019
I'm getting back a 403 forbidden with the correct token, it must be getting returned by go-writeas in writeas.go c.delete().
In T602#9361, @robjloranger wrote:found a cool little library for neat tabbed columns
As mentioned, original task was already taken care of, so closing this.
@robjloranger Hmm, but deleting local anonymous posts was the behavior in CLI v1, no? That should already work.
I edited the task because deleting of both published and write.as anonymous posts already works. just not the local anonymous ones, which I guess are the true anonymous posts.
I'm pretty sure this is already implemented. I'm going to look over the current version-two code as I write and think out loud.
i think local posts are the unclaimed posts for the user at the cli. it that correct?
In T604#9443, @robjloranger wrote:@matt by unsynced posts, do you mean unclaimed? i.e. https://developers.write.as/docs/api/#claim-posts
created a mock for the detailed output which i think would be good behind the flag d, detail M5
@matt by unsynced posts, do you mean unclaimed? i.e. https://developers.write.as/docs/api/#claim-posts
Excellent 😃
I think I like the full local / remote word for now; it's clear and saves me from looking up what letters mean in the user guide.
so the current implementation I have gets the local posts and then the remote.
perhaps not, of course generally speaking they should always return their errors.
in v2 branch
this needs to be updated in both:
- collection_test.go
- TestGetCollectionPosts
- TestGetCollectionPost
- post_test.go
- TestCreatePost
- ExampleClient_CreatePost
wrong password 😵
In T594#9289, @robjloranger wrote:this will be set on the writefreely cli, the writeas cli will retain the original .writeas directory
resolved in
Paying attention to this, since I'm likely to wind up using these config files in T571 as well. Let me know if I can contribute.

