Cristiano Coelho

Results 44 comments of Cristiano Coelho

@pmaupin Those are really nice changes! Shows how little I digged into the existing code. I didn't realize that the outlines object can behave almost like a double linked list...

@pmaupin it seems to me that all bookmarks are opened by default already without that loop? At least on my reader. So the Count value is actually for the open/close...

Is this still maintained? Any chance someone wrote this with formsy-react 1.x?

@maricttp Did you find out how to solve this? I'm having the same issue.

Is this still an issue? Couldn't find issues related to android 8 and headless-js.

Yes, I'm guessing a foreground service is what I'm looking for. It would be great for the library to support spawning a foreground service or even call the same background...

@silvainSayduck any thoughts on making the build process easier? With RN >= 0.60, everything can be migrated to pods (including manually linked RN libraries). Ideally, one project should include the...

Might want to also mention that AES CTR is malleable (ciphertext can be easily modified and remain unnoticed if no authentication is done as mentioned above) and also if encrypted...

https://github.com/ricmoo/pyaes/blob/master/pyaes/aes.py#L281 The 128 should probably 256 when using 32 bytes keys. Or not, the block size seems to always be 16 bytes regardless of the key size, so perhaps the...

I'm using RabbitMQ and I notice as well that warm shut downs will requeue tasks with acks_late=True. However, it seems to me that warm shut down is actually killing the...