Tiago Carvalho
Tiago Carvalho
Running `tectonic` to produce a build of my CV fails with the following output: ``` $ tectonic CV.tex Running TeX ... error: fontawesome.sty:46: Package fontspec Error: The font "FontAwesome" cannot...
Cross referencing the following issue: https://github.com/void-linux/void-packages/issues/36980 The Graphite version I am using is 09fb152df42c4294595f39a9a61d4827a6381709. Here is what it looks like with Chromium: 
Hey, not sure how much of a performance boost this'd be over your current approach with regular expressions, but consider taking a look at this package I made https://github.com/sugoiuguu/showgone
Hi, First of all, this looks great! Congratulations on this awesome project. I just wanted to ask if there is currently any usable FFI, or one in the plans. I'd...
The `malloc()` calls seemed a bit out of place, so they were replaced with stack allocations.
Based on #803 Plugs the block space allocator implementation into `PrepareProposal`.
Values of type `usize` and many pointer types vary in representation, depending on the underlying architecture of the host system. During deterministic protocol steps, Namada shouldn't rely on expressions utilizing...
Separated from #774 Allocate space for the different `TxBin` instances depending on the current phase of a type-level state machine. This will be useful to allow, e.g. decrypted txs to...
Based on #778 Add unit tests for the `BlockSpaceAllocator` state machine and `TxBin` implementations.
The purpose of this PR is to optimize the usage of block space in proposals, such that we fill the allotted proposal size defined by Tendermint with as many different...