Heitor de Bittencourt

Results 122 comments of Heitor de Bittencourt

I'm also affected by this. Not sure how to troubleshoot further. I now increased the value of the snapshot-interval to 60k to see if it reduces the gap between our...

@DavidNix @sinaLong258 did you find out a way to fix this issue?

Did you guys try the v14-rc to see if it improves the situation?

This is also something that I'd like. In Jekyll, there are a few `include`s for that (see [Jekyll - Docs - Includes](https://jekyllrb.com/docs/includes/)) that are very handy.

The Cross Section DB Portal: https://cms-gen-dev.cern.ch/xsdb/ and the twiki: https://twiki.cern.ch/twiki/bin/view/CMS/GenXsecTaskForce

I created a new template for my landing page: [heitorpb.github.io](https://heitorpb.github.io). Then I created a `content/_index.md` that uses that template.

It would be nice if some of the fields (e.g. phone number, address, email, etc) would be `private`. Telegram handles this in an interesting way: only my contacts can see...

I'm using WhiteNoise with Uvicorn (ASGI) and it works fine in a Docker container. Are there any caveats to it?

```bash ❯ cat /etc/containers/containers.conf [engine] init_path = "/nix/store/zgwgcbzq2qz15mvnn67ks3km0amdi7y9-catatonit-0.2.0/bin/catatonit" [network] cni_plugin_dirs = ["/nix/store/lz1ll9v7hf6877v5zzqrgvszbqrkv1xj-cni-plugins-1.4.1/bin"] network_backend = "netavark" ``` Is this a non-default config? > I can see the place where it can...

> The panic happens because you seem to have a OCIruntime defined without a path: What is the standard path for it? I can modify the config file and try...