davr
davr
Thanks for the advice @avaidyam, could you give me a quick pointer on how to set the authentication cookies correctly for a http request? By default hangups just saves a...
Can you tell me what cookies you send in swift? that could help point me in the right direction
Ok, I found a way to hack it, but I'm sure there's a better way. In auth.py, in def _get_session_cookies(access_token), right before it returns, I added the line: `open('/tmp/cookies.json','w').write(json.dumps(requests.utils.dict_from_cookiejar(session.cookies)))` Then...
I get the same thing on debian 8.4, it accepts login tokens, then crashes every time ``` panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1...
https://github.com/davr/slangouts/commit/6bf18dbb020b6e8292aabb0e79cddcdd7e2f85fd This patch lets slangouts run, however there are problems: 1. Does not get conversation names, I get a bunch of private groups named like hangouts-urg732cd37 2. Own messages are...
1. Because I didn't think to see if someone had already done this? lol oh well, at least I got some learning experience with ctypes 2. This doesn't link to...
You don't explain what you're trying to do with the data. Why do you care about duplicate note_on events? Is it causing a problem for you? Maybe you don't need...
Maybe the servers themselves should limit bitrate? They could change their server code to drop anyone who goes over a certain bitrate, maybe send them a message too. Or even...
Here's a script someone wrote to do the import if you control the destination database: https://gitlab.com/Simounet/mastodon-toots-migration-queries-generator There's nothing preventing this currently, so any arguments about how people can't trust the...
Hi, so just to confirm, the current version of Arduino-CMake-NG wont work with any boards except the ones that come with the official arduino sdk, but that support is planned...