th1j5

Results 9 issues of th1j5

I'm using rdflib in a project to update an existing graph with new data. This new data contains a bit overhead, because it is possible a certain 'device1' already exists,...

A (minimal) working example to trigger the bug is found [on this branch](https://github.com/th1j5/ouroboros/tree/bug-keep-alive-eagain) 1. start `sudo irmd --stdout` 2. make local layer ``` irm ipcp create type local name local_ipcp...

bug

When configuring an interface with [Ipv4NetworkConfigurator](https://doc.omnetpp.org/inet/api-current/neddoc/inet.networklayer.configurator.ipv4.Ipv4NetworkConfigurator.html), there is a config option (`add-subnet-route="false"`) to prevent the addition of the subnet to the routing table. However, when initializing the routing table of...

Feature

When writing out a formula, I would want to achieve something like (3). Only (1),(2) and (4) are easily feasible in typst (with physica), without the manual size adjustment in...

This is an issue to write down how this software can be improved in the future. Now, when working with functions, the parameters are accessed like `data[num]` where num is...

First of all: I'm glad RocketRML support functions (and I'm putting them to good use). But, I have a case where I would need to use an async function (details...

I use typst drafting as the typst equivalent of [todonotes](https://tug.ctan.org/macros/latex/contrib/todonotes/todonotes.pdf). I'm new to typst, which is why I struggled to get some equivalent functionality, but I think I managed: I'd...

I use typst drafting as the typst equivalent of [todonotes](https://tug.ctan.org/macros/latex/contrib/todonotes/todonotes.pdf). I'd like to maybe make a list of the notes which were added? Something like the `\listoftodos` in Latex todonotes......

[Callisto](https://github.com/knuesel/callisto) uses mitex (and [cmarker](https://github.com/SabrinaJewson/cmarker.typ)) to parse LaTeX commands in Jupyter Notebooks. Part of their capability is that some cell can define a `\newcommand`, and a few cells further down,...