Dāvis

Results 51 issues of Dāvis

I created a non-encrypted backup with `$ adb backup -apk -shared -all -system` on LG V20 (Android 7.0) but it fails to convert it to tar ``` $ abe unpack...

Currently `lib/bot_framework/server.rb` raises `InvalidToken` exception, but it shouldn't because it's perfectly fine to receive invalid requests and should just log and ignore them. Otherwise currently I get a lot of...

When using Microsoft Bot Framework Channel Emulator it says ``` [14:00:03] Warning: The bot is using an SDK version earlier than 3.11.0. [14:00:03] Warning: SDK versions earlier than 3.11.0 use...

Currently to send messages to Skype or Telegram we have to manually create a Conversation, but it would be nicer if there was some higher level API. this is example...

Looks like this library supports only 32-bit xxHash. I need 64-bit so was hoping it would be here... I've no idea how they differ, how much work would it be...

If you want to run it 24/7 as proper systemd service then it's useful to have `.service`. I tried to harden it as much as possible, only few things could...

Currently `gixy` doesn't support pyparsing 3.1. Would be great to have that!

sponsor needed

Log spammed with ``` [2020-06-13 00:49:50.403 +03:00] [ERR] [67] App: Error in "Google Books" System.NullReferenceException: Object reference not set to an instance of an object. at Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider.GetComparableName(String name) at Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider.FetchBookId(BookInfo...

bug

Sometimes Discord creates multiple IPCs like `discord-ipc-0`, `discord-ipc-1`. In my case `discord-ipc-0` was working but due to qwertyquerty/pypresence#232 it picked `1`· This PR should fix it for all cases. But...

Currently `gixy` doesn't support `pyparsing` 3.1. Would be great to have that!