Carsten Gips

Results 289 comments of Carsten Gips

I'm wondering, if the `note` div will be translated into a `\note{...}` command. If this is true, couldn't you just add an emtpy definition to the `headers-include` section?

@folofjc @pagiraud Ah, so in the case of `-t beamer` a `\note{}` is output, but with `-t latex` it is only the text within the div without the enclosing `\note{}`....

@jgm Is this something that should be handled the same way across all writers? With `-t html`, a div with the corresponding class is always produced, and the user must...

Ich hab noch zwei Dimensionen dafür: - Wir haben eine über viele Jahre und viele Planänderungen hinweg gewachsene[tm] Codebasis, die an extrem vielen Stellen interne Zustände an die API-Nutzer rausreicht...

> Für Blockly bedeutet das: Wir brauchen eine neue Art, mit den Web- (oder VS-Code-)Anfragen umzugehen. > "API"-Anfragen sind von Natur aus multithreaded – das passt aktuell nicht zu unserem...

Aus [dominion-ecs-java](https://github.com/dominion-dev/dominion-ecs-java): ```java // creates a system Runnable system = () -> { //finds entities World.findEntitiesWith(Position.class, Velocity.class) // stream the results .stream().forEach(result -> { Position position = result.comp1(); Velocity velocity...

shouldn't this be a non-iussue given the underlying machinery is latex? 🤔 edit: but yeah, i've been stumbling upon this as well several times

Die gesamte Visualsierung muss nochmal neu gedacht werden und vernünftig in das ECS integriert werden. Aktuell sind viele Dinge hart kodiert und an den Dungeon-Mechanismen vorbei implementiert, was so eigentlich...

> [@AMatutat](https://github.com/AMatutat) [@cagix](https://github.com/cagix) ich glaube das hier kann zu oder? `VariableHUD` haben wir ja nicht mehr. dann zu :)

@mb21 following the discussion in #5615, it seems to me, that the new `--shift-heading-level-by` option should be included in the above tests somehow. if i'm not mistaken, without this option...