skyper
skyper
> ``` > def _handle_suback(self): > self._easy_log(MQTT_LOG_DEBUG, "Received SUBACK") > pack_format = "!H" + str(len(self._in_packet['packet']) - 2) + 's' > (mid, packet) = struct.unpack(pack_format, self._in_packet['packet']) > ``` > > struct.unpack...
I believe you should have made the customer aware of this. It's super easy to transfer funds from the main wallet to the LN wallet but complicated and requires sign...
ohh, the reason I think that you should fixe this: The consumers will burn you for it by giving you 0-star ratings. I like your project to be successful. Most...
Please explain. It works fine for me. It depends if the remote host has bash/zsh/fish completion enabled and if it is enabled then it works just as it does via...
i still dont understand. Can you explain on telegram? gs-netcat is a network protocol. I'm unsure of where you like to have 'completion'. Alternative can you send a screenshot of...
That would be awesome. Did you any progress on this? It's available on FreeBSD portage - perhaps that's a start.
i found the problem. Seems like the midnight theme had a major update. The version of the theme expected by github was not the version that I used to originally...
I tried iosizes 1k, 4k, 6k 16k, 1M, 4M, 16M and 32M and none of them make a difference in the read speed from the remote system to MacOS. The...
i found the bug. I submitted a pull request. the macos kernel reports async reads but only issues sync reads. Work around is to force sshfs to do async -reads...
The bug is in sshfs.c:1827. The MacOS kernel reports conn->async_read to be TRUE during sshfs_init() but does sync-reads instead (e.g. the kernel never issues more than 1 read and always...