Albert Armea

Results 16 issues of Albert Armea

This is more of a question than an actual issue, but I recently received this email from Amazon claiming that my AVS client needs to support certificates from ATS before...

API v1 limitation

This project uses timer2 (presumably for PWM for IR output in `xmitCodeElement`), which is not available on the ATTiny85. This means that it will not run on Arduino-compatibles based on...

socket.fromfd is only available on Unix, so the check here was erroneously causing an early exit (and not setting socket parameters) on Windows.

I know this is extremely nitpicky, but please add a license. I'm sure this is gaining popularity due to the impending Reddit implosion and folks are going to want to...

1. On the main screen there should be a new conversation button. When clicked, a new view appears that is dedicated to picking a recipient. 2. The user selects a...

This will require a few things: * Import Signal protocol * Define models/queries for: * Identities * Conversations * Conversation messages * Write (or [import?](https://github.com/stfalcon-studio/ChatKit)) chat UI

Currently, we're using a variant of Bitcoin's proof-of-work to validate messages. This is extremely vulnerable to DoS attacks by ASIC-accelerated miners. Consider switching to something storage or memory intensive, like...

Currently, on Oreo and up users need to manually copy the MAC address from Android settings into Noise. Because peers will have the other's address once a connection is established,...

We need a network simulation to test message delivery rates at load. This will help tune bloom filter parameters, proof-of-work values, and the sync sort (#2).

There should be a user-settable maximum database size. Once this is hit, we should delete the least important/oldest messages based on the sync sort (#2).