Sébastien d'Herbais de Thun
Sébastien d'Herbais de Thun
# Update to message and packet content This PR changes the way messages are sent between nodes, it replaces the usage of JSON and String-based payload with bincode based payloads....
As discussed #712 and #765, `Content` needs some improvements, this initial improvement changes the functioning of `Attr` into a Dynamically Sized Type (DST) that starts with a header with common...
This first PR adds instrumentation to Typst, among the features of this first iteration are: - Logging enabled using a `-v` verbosity flag - Flamegraph based on instrumentation using the...
This changes aims at simplifying the existing `Content` implementation by replacing the `attr: EcoVec` field and instead moving to a more specialized structure that keeps track of styling, ancestry (parent...
Roadmap
This issue is a tracking issue for many different new features and improvements to Typst. They are listed below in no particular order, however some do depend on other issues...
The aim of this PR is to completely replace the `eval` module with two new ones: `compiler` and `vm`. # Motivation Currently, the cycle of compilation of a typst document...
Fix suggested by @laurmaedje on [Discord](https://discord.com/channels/1054443721975922748/1176509648707256370/1204390178031017994). Fixes #3312.
As detailed in #712, one of the goals of the next few weeks to months is to build a more thorough understanding of typst's performance and bottleneck. To this effect,...
Hello, I find this project quite interesting, do you think there could be a WASM compatible version (perhaps just not manually vectorized) for applications that compile on both WASM and...
There's missing entries for a bunch of pins related to Ethernet (those are the ones I checked), such as: (These are all pins used on the STM32S78-DK kit) - `PD7`...