Cristiano Coelho

Results 32 issues of Cristiano Coelho

Hello there, I'm wondering if there are any plans or perhaps some hints on reducing the amount of memory (and perhaps speeding things up) required. Quickly looking through the code...

enhancement

Hello, What would it take for the library to also support encryption of docx files? :)

enhancement

Just checking. Is this still maintained? Is it still working properly with the latest react/Android updates?

Is it possible from the app (react) to run a registered job right away as a headless job? In order to avoid waiting for it to be picked up. Use...

Hi there, I'm wondering if are there any ways to speed up the Page.scaleTo performance. Right now the time difference between a code that merges a few PDFS scaling pages...

nf-performance
is-maintenance

``` aes = pyaes.AESModeOfOperationCTR(self.KEY, counter=pyaes.Counter(initial_value=iv)) print(len(aes._counter.value)) ``` The counter value length seems to always be 16 regardless of if the key is 16 or 32 bytes. Is this the right...

What would it take to include this algorithm?

Just wondering, is this currently maintained/working? For Android, I have found something similar (https://github.com/duyluonglc/react-native-gvr ) but the library is pretty much broken with any recent react version.

Using useLayerForClickAway doesn't seem to change anything, click events will still go through to any element behind the component, I would expect that setting this to true would prevent those...

The component doesn't seem to be respecting the Material UI components "fullWidth" property. Currently, it always renders as full width making alignment with other components a bit tedious. Did I...