alifeee
alifeee
> Interoperability with NeoDB? hi @crse. there are not really enough words in your question for me to understand it enough to write a decent reply. thanks.
Movary already has the ability to perform actions. "Adding ActivityPub (AP)" means that each of these will be turned into a AP note, published to a Movary AP account's followers,...
(this last comment would be good for a [Federation.md](https://socialhub.activitypub.rocks/t/guide-for-new-activitypub-implementers/479#p-1520-federationmd-25) file)
added a note to the description, but … I am not working on this. I was happy with just adding Mastodon API access in https://github.com/leepeuker/movary/pull/706
seems fair and I was thinking about it earlier – didn't mention because it seemed it might be a pain with the database migrations haha — but sounds like a...
> I thought about it and I thought: > we need to put limits to what we want to handle here: > Do we want to handle empty cells in...
I have added some new tests. In particular, they are "what should happen" tests. They are: ### 1 - missing header item ```python values = [ ["A1", "", "C1", ""],...
I have made this sheet https://docs.google.com/spreadsheets/d/1huMwgagFCGTMVBf5mONk_W74-qHZUnpASHuVHnU6Hsk/edit?usp=sharing  I think maybe we do not "do the same as CTRL+arrow keys does", as this is confusing. I think we find another rule...
I believe my preference is to "find a table" by "complete row 1 and column 1" so, to look at these `h` columns | h | h | h |...
why does xlwings use the left column and *bottom* row? it makes more sense to me that one would desire the *top* row?