Arthur Attout

Results 5 issues of Arthur Attout

Hello ! So I have this screen on which I use `react-native-maps` and `react-native-side-menu` When opening the drawer, the maps sometimes moves with the movement, which results in a bad...

I cannot figure out any way to feed straight byte arrays to `sha1`. My understanding is that those two lines should return identical results ``` forge.md.sha1.create().update('hello', 'utf8').digest().toHex() ``` ``` forge.md.sha1.create().update([104,101,108,108,111]).digest().toHex()...

` readelf -Ws libopenalpr-native.so` shows ``` 51: 0005a625 12 FUNC GLOBAL DEFAULT 7 Java_org_openalpr_AlprJNIWrapper_recognizeWithCountryRegionNConfig 52: 0005a631 56 FUNC GLOBAL DEFAULT 7 Java_org_openalpr_AlprJNIWrapper_recognizeWithCountryNRegion 53: 0005a669 96 FUNC GLOBAL DEFAULT 7 Java_org_openalpr_AlprJNIWrapper_recognize...

We have enormous documents in which some individual files `.. include::` hundreds of external `.rst` files. This sometimes leads to individual `.doctrees` files exceeding 5MB. Under this scenario, the build...

type:proposal
type:performance

Subject: Cache pre-pickled documents ### Feature or Bugfix - Feature (I guess) ### Purpose When resolving cross-references on doctrees ([`resolve_xref`](https://github.com/sphinx-doc/sphinx/blob/master/sphinx/transforms/post_transforms/__init__.py#L90)) every call to `env.get_doctree` performed by the subsequent resolver will...

internals:refactoring
type:performance