karlicoss

Results 351 comments of karlicoss

1. "It's officially recommended" -- well, sure, but it's just a convention, and many people prefer to put tests inside package -- you can look up tons of arguments on...

Hey, I actually do have a small library, [inorganic](https://github.com/karlicoss/inorganic) to write org-mode files and you can see examples in doctests and in [orger](https://github.com/karlicoss/orger) library. I implemented this in a separate...

@hrehfeld for documentation, do you mean in orgparse, or in the inorganic library I mentioned above? For orgparse, I guess the main issue that the original author of library (and...

Hey, seems that it's very very old code, from 2012 https://github.com/karlicoss/orgparse/commit/f8fda1007304ef7f2531b6b566f50bddf572c271 So i'd imagine there is no reason to use it now :) feel free to switch it to `builtin.open`!

Ah I see, thanks for explaining! Quite annoying... I guess feel free to close considering it can't really be solved. I have root anyway so I guess can set up...

Hi, yeah sorry about it -- the library I'm using seems unmaintained, so it's been broken for me as well :( Related issues are probably: https://github.com/fbchat-dev/fbchat/issues/598 https://github.com/fbchat-dev/fbchat/issues/638 I might try...

@kennethbruskiewicz thanks for the follow up! How did you overwrite the revision? I can't find the line `revision = int(r.text.split('"client_revision":', 1)[1].split(",", 1)[0])` which they reference here https://github.com/fbchat-dev/fbchat/issues/656#issue-1076365878

Hi @ashfaqfarooqui . Glad you tried it! I think you've done the setup right actually! The exception has something to do with database structure, in particular `DateCreated` row is none...

Ok, so I did some enhancements: 1. https://github.com/karlicoss/kobuddy/pull/2 here I am falling back for `dt` method, so hopefully you wouldn't need 'temporary fallback to current time' I posted above anymore...

Thanks. From a quick glance doesn't look like these don't contain anything useful (you can read `ExtraDataSyncedTimeElapsed`/`ExtraDataSyncedCount`/`ExtraDataReadingSeconds` and all the other bytes are zeros. I'll see how to handle it...