Sidharth Ajithkumar

Results 6 comments of Sidharth Ajithkumar

You need to cast it to `RSAPrivateKey`. To do that you need to add a direct dependency to pointycastle. ``` import 'package:pointycastle/asymmetric/api.dart'; private = RSAKeyParser().parse(key_string) as RSAPrivateKey ``` A direct...

- stable-x86_64-unknown-linux-gnu - Had to change the path from `sysroots/cortexa9hf-neon-oe-linux-gnueabi` to `sysroots/cortexa9hf-neon-remarkable-linux-gnueabi`. It exists in these paths, Similarly `cortexa9hf-neon-remarkable-linux-gnueabi` is used instead of `cortexa9hf-neon-oe-linux-gnueabi` everywhere - /opt/codex/rm10x/3.1.2 - No it...

Possible fix for issue: #52

> If there is no slot in the coming week, there is very little chance that there will be in the next weeks. I meant this week. Get the first...

@neelpy no issues, I'll try to make a PR once I have the time