Oliver Clark Rickard

Results 8 issues of Oliver Clark Rickard

We get requests for this fairly frequently. We should consider providing an example of how to do this correctly, possibly in the example app. https://github.com/facebook/componentkit/issues/806

enhancement
documentation

In previous impls we also implemented the following caching layers in addition to the current bitmap and size cache: 1. Renderer caching. Saves the layout managers, and is commonly lighter...

Since this is a tool that people should use to build upon, we should have better docblocks to describe more advanced usages of API's. Plus, I LOVE ASCII art.

Most text highlighting for large blocks break down into 3 parts, first line, body, and last line. This gives the selection a really nice outline, and also avoids the N^2...

Hello! Exciting framework, I'm trying to do some performance work on Paillier encryption, but I can't seem to compile this framework with the nightly Rust compiler. I followed the steps...

Most programs nowadays have settled on JSON as an intermediate form for most data. Data for SHAKE is not enormous, and would be much easier to parse/prepare for other programs...

The modernized gfortran compiler has some warnings that it's concerned with: ``` gfortran -c A1.f A1.f:939:8: A(2)=A(NTOT2+4) 1 Warning: Array reference at (1) is out of bounds (2 > 1)...

bug

The LLVM compiler being released later this year is big news for old codes like this. It means that we can hope to target new architectures like ARM without rewriting...

enhancement