-
微信号 programmer_life 功能介绍 十年漫漫程序人生,打过各种杂,ߖ…
-
We have an internal abstraction over the cryptographic protocol used called the [`crypto::Session`](https://github.com/djc/quinn/blob/3ec36129829d4b871438de9aa942f38a5d63c4eb/quinn-proto/src/crypto.rs…
-
So I have had a look at BitTorrent sync, syncthing and alternatives and what I always wondered about was the possibility to not only sync between resources I own and trust, but also external resources…
-
I am just trying to test and login through web with latest version ...
here is the test code :
```
if (!file_exists('madeline.php')) {
copy('https://phar.madelineproto.xyz/madeline.php', '…
artin updated
4 years ago
-
js-waku uses v0.4 for interoperability tests.
I spent some time today preparing for v0.5 by pulling latest master and testing js-waku against it, commit a41b9ac80b5589a11ac9661b9fa099dff4177e8c
On…
D4nte updated
3 years ago
-
I built this for rpi3 (buildarch=8) and have had reasonable success. Thanks for providing it. Confused as to why it is not available from Arch ARM...
The only thing I found that did not work on my te…
-
**Describe the bug**
I am unable to get my node running inside a docker container on my local machine. It generates this error and then idles.
`Failed to start local discovery service error="Could n…
-
When using JSON RPC `get_waku_v2_store_v1_messages` on wakunode2 but I am always getting:
```
{
jsonrpc: '2.0',
id: 1,
error: {
code: -32000,
message: 'get_waku_v2_store_v1_messag…
D4nte updated
3 years ago
-
I have been able to add a .tmTheme for Sublime Text with success, but I cannot get this .tmLanguage file working. It is for the configuration file language for Mikrotik routers.
https://github.com/…
-
**openssl version** openssl-1.1.1k
```c
int main()
{
RSA *rsa = RSA_new();
int ret = 0;
BIGNUM* bne = BN_new();
ret=BN_set_word(bne,RSA_F4);
ret = RSA_generate_key_ex(rsa,512,bne,NULL)…