Marce Coll

Results 18 comments of Marce Coll

Update: It looks that it's just that `cargo` is building at that point but there is no output from it, so when I add the dependency it stays in that...

Hmmm... I don't think there is that much to do. It was just confusing to me. Maybe just adding a "This may take a while if it's the first time...

Yeah, that seems like a good and fairly easy way to reduce confusion with long builds

Not running in a container, no, it's nyxt as installed from nixpkgs running on my laptop. It could be an issue with the graphics driver, but every other application that...

Sure! Epiphany starts and works fine, `WEBKIT_DISABLE_COMPOSITING_MODE` doesn't seem to change anything. Same logs, same flash of a white screen.

This may help: when running `nyxt` as `root` using `sudo` it starts properly.

That does start properly as a regular user (changed `--no-auto-init` to `--no-auto-config` as I assume that's what you mean)

It does start properly with `nyxt --no-socket` The file does not exist and I do have write permissions for `/run/user/1000/nyxt/` ``` [mcoll@Carmack:/run/user/1000/nyxt]$ ls [mcoll@Carmack:/run/user/1000/nyxt]$ touch whatever.socket [mcoll@Carmack:/run/user/1000/nyxt]$ ls whatever.socket ```

Taking this issue too in order to solve #1255 @bjorn, would this completely replace the isometric renderer then?

So if I've understood correctly your idea is to assign a height `h` to a layer, and each cell of that layer can have a stack of `x` tiles, each...