-
In a couple of markdown files I have this sort of things written:
```
Here is a promql query: `mymetric{some_stuff}`
```
The curly braces causes an exception:
```
Error id a03e1d61-889e-474b-b…
-
I'm doing something similar to Kubernetes, using CEL for validation. One of the things Kubernetes does is define [escaping rules](https://kubernetes.io/docs/reference/using-api/cel/#escaping). These r…
-
When exporting or converting arguments to the commandline, there are several items that needs escaping.
The Windows escaping is not handling all variants, so some escapes seems to be problematic, esp…
-
```
func TestNewValidator_FindPathWithEncodedArg(t *testing.T) {
spec := `openapi: 3.1.0
paths:
/something/{string_contains_encoded}:
put:
operationId: putSomething
`
doc, _ …
-
Hello,
How does own would write a file for `s5cmd run` when one needs to manipulate files containing spaces, single quotes etc ?
It looks like e.g. `cp 'x y' 'zt'` works (with single quotes) if …
-
Hi. Thanks for this product. It is truly great. It has allowed me to deploy latex generation to our internal web applications without having to download and manage a tex distribution locally on the ap…
-
Hi all,
I found something interesting on (basic import) testing a new package of mine. Nox + pytest picked up the following error on trying to import radio-beam:
```
_____________________________…
-
When I use braker an error has been encountered.\
open errors/GeneMark-ET.stderr\
```
/ME4012_Vol0002/Ahome_Dir/waiyong/genome_build/Genemark/gmetp_linux_64/bin/gmes/ProtHint/bin/prothint.py:503: S…
-
If you type something like
```markdown
Test\~ Wow\~!
```
The site *should* render it as:
> Test\~ Wow\~!
However, it *instead* renders it as:
> Test Wow!
Curiously, this bug only s…
-
Right now I'm working on function inlining. The inlining works by optimistically attempting to inline any function whose entire body is non-escaping.
The problem is that operations such as `//` or …