Pedro Peixoto

Results 8 issues of Pedro Peixoto

E.g., `#par(leading: 20.4pt)[#lorem(20)]` is producing ![image](https://user-images.githubusercontent.com/56087034/226964521-a06d0b58-6544-4f82-991f-ac0bf3c51f0d.png) But it should **approximately** produce this: ![image](https://user-images.githubusercontent.com/56087034/226965100-e8d47f89-efec-442b-a6fb-e42d675bd2eb.png) My guess is that something is not scaled properly, or the second line needs to subtract the...

E.g. ```typ #show link: set text(fill: blue, font: "Iosevka") #bibliography("something.bib") ``` This won't change the style of entries' URL links.

The latex [bibtex](http://mirrors.ctan.org/biblio/bibtex/base/btxdoc.pdf) package allows users to sort the entries of the bibliography in a variety of ways... More importantly, the default "IEEE" style is probably treating entry numbers as...

So, I noticed CacheLib uses folly to log many parts of the workflow (XLOG, XLOGN, XLOG_IF, ...). In `examples/simple_cache`, I'm trying to configure folly so that logging goes to a...

### I've searched open issues for similar requests - [X] Yes ### I've manually reviewed logs to find potential errors - [X] Yes ### I've recently downloaded the latest plugin...

package-issue

Fix #345. However, the build still failed due to the Navy misusing folly functions.

CLA Signed

Fix for issue #476. Support for user specific paths to external module configuration that are not inside `${PROJECT_SOURCE_BUILD}/cmake`, making it easier to link `braft` against other projects.

Right now, braft's `CMakeLists.txt` restricts `CMAKE_MODULE_PATH` to `${PROJECT_SOURCE_DIR}/cmake`. However, this makes it harder to link braft against other libraries, since developers will have to copy `Find.cmake` files to that path,...