karlicoss

Results 351 comments of karlicoss

Hi! Wondering, how would you choose the file name? If you wanna play with it and try it out you can do it fairly easy by modifying code [here](https://github.com/karlicoss/grasp/blob/master/server/grasp_server.py#L72) I...

Hey, sorry for a late reply! And glad you're enjoying grasp and promnesia :) Hmm, for me the selection/comments only appear if there was something actually selected, as expected; here's...

Hey, sorry for a late reply! It would be useful and possible in theory by modifying the 'server' python script.. but makes it quite a bit more complicated as well...

@zaneselvans hopefully you could use that as a workaround https://github.com/jotyGill/openpyn-nordvpn/issues/26

@albaphysic thanks for pointing at sysmonitor indicator, nice stuff! As for server number.. I mean, it's a bit dirty but `ps ax | grep $(pidof openvpn) | perl -n -e...

To make it easier for everyone since the code is moved since the issue was reported: [here's](https://github.com/carpedm20/fbchat/blob/53856a3622372956ff1510d2904069bdb4da0f73/fbchat/_graphql.py#L124-L134) the version of code that sill has `graphql_to_thread` function. At the moment it...

I wonder if people working on Matrix bridges (e.g. [mautrix](https://github.com/tulir/mautrix-facebook)) using fbchat might be interested or know someone who has the capacity to maintain? /cc @tulir

@felubra very nice, thanks! Ideally would be good to get hands on real data (I might just make some of mine public), but that's super helpful too.

Briefly tried `faker` (I think Hypothesis testing framework is also using it). Had some issues with lots of duplicate data (similar to what's reported [here](https://stackoverflow.com/questions/45574191/using-python-faker-generate-different-data-for-5000-rows), but haven't investigated yet. And...

In terms of organizing the code, etc: it seems that the data generations would belong well to the data access layers. The idea is that the code that parses raw...