Matthias
Matthias
I downloaded scientific-thesis-template-3.0.0-beta.3.zip. In main-english.tex I added the following two packages: ``` \usepackage{ctable} \usepackage{lipsum} ``` and replaced the content with: ``` \chapter{ABC} \lipsum \section{DEF} \lipsum \subsection{GHI} \ctable[ caption={CAPTION}, label={table:tab}, sideways...
Hi, because the "@timestamp" fields in ECS logging only support millisecond-precision, a sequence number is needed to keep the order of events. Adding this sequence number in FileBeat does not...
When using trackBy, CdkTree / MatTree does not update items which share the same identity (as returned by trackBy), but are actually different obejcts (with property changes). This behavior differs...