Tiago Carvalho

Results 89 issues of 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: ![](https://pomf2.lain.la/f/820cbr.png)

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

enhancement

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`.

ledger
ethereum-bridge

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...

ledger
security
pre-mainnet
last-minute

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...

ledger
ethereum-bridge

Based on #778 Add unit tests for the `BlockSpaceAllocator` state machine and `TxBin` implementations.

ledger
ethereum-bridge

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...

ledger
ethereum-bridge