Glebs Ivanovskis
Glebs Ivanovskis
Have you tried importing 3.0 template as it is? As far as I know, Zabbix maintains backward compatibility with older templates.
I don't think that adding string literals into `assert()` conditions is a good idea. Compilers know that string literals are not `NULL`, that `X && true == X` and that...
> ```yaml > foo: > - hello > - world > ``` I actually prefer this representation and use it across all YAML files I write manually.
Package information lists [Ubuntu Core Developers](mailto:[email protected]) as maintainer for `libyaml-dev` package, both [18.04](https://packages.ubuntu.com/bionic/libyaml-dev) and [20.04](https://packages.ubuntu.com/focal/libyaml-dev) versions. I would suggest to contact them.
Apparently this "Working Draft" did not make it into "Final Draft" [YAML 1.1 specification](https://yaml.org/spec/1.1/). There are no mentions of "
I don't think it will be too much code... If you are interested I can probably provide an example.
Portugese translation requested/suggested in https://github.com/bagder/uncurled/issues/60#issuecomment-1131916954
> Would be the project to translate I would assume this deserves a separate issue.
Yesterday I was bitten by this issue. I opened [Docker Compose `.env` file](https://docs.docker.com/compose/env-file/) for one of my projects in VS Code and was surprised that its language was detected to...
Speaking of potential solutions, I've heard that some machine learning models can return confidence as well as classification results, e.g. "This is **definitely** Java" or "This is **probably** C++" instead...