Pedro Peixoto
Pedro Peixoto
E.g., `#par(leading: 20.4pt)[#lorem(20)]` is producing  But it should **approximately** produce this:  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...
Fix #345. However, the build still failed due to the Navy misusing folly functions.
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,...