-
The original code changes the Laika templates to add the katex renderer (see `default.template.html`) The problem is that Laika updates may make changes to the templates, so we have to change these to…
-
### Reviewed guidelines
- [X] I have read and understand the suggestion guidelines
### Checked for duplicate suggestions
- [X] I checked for existing similar suggestions
### Summary
Con…
-
Hello,
I'm a html and JS newbie. I try to render math expression (e.g. $\alpha$) which is inside either markdown section or code block (`$\alpha$`).
I would appreciate any help. Thanks!
-
The parser should successively parse the following script and print out all evaluated variable values
a=2.5+2+1
b=3.5-1.5
c=1/2
d=2*2
e=-1
f=3*-2
g=3*(-2)
-
Consider this case:
```fsharp
do
let a = b.ToString()
```
The are two errors:
* syntax error: missing `in` part of the `let` expression
* unresolved `b` name
The second error is no…
-
right now we only have one type of or_expression, and it may be an issue.
I got a shift-reduce conflict when implementing negation, due to the following rule. Negation is inside additive_expression:
…
-
Hey!
I need to derive a weighted average tensor from several tensors (calculated from fields with onnx model) at indexing time e.g.
```
field emb1 type tensor(x[512]) {
indexing: summary
}…
-
eDAD tracking ticket for this issue is [Accessibility 228595](https://dev.azure.com/CSS-IRT/CSS%20IRT/_workitems/edit/228595)
## Description:
“Subscript n Baseline upper C Subscript k” (or `\[_nC_…
-
**DISCLAIMER**
_I realize that duplicated katas are general problem on CW, which should be addressed as a whole. But since there is no technical means for that and there is no agreement how to do i…
-
Hey!
I tested to improve the default dashboard by customized prometheus query and I'm surprised that it does not work with the ArgoCD extension while it works directly with Prometheus.
```
sum(…