Sergey
Sergey
The logs are basically empty on the OOM loop ``` # journalctl -alxfu acala --no-hostname -- Logs begin at Tue 2024-04-30 04:06:54 UTC. -- Apr 30 12:53:52 acala[933902]: CLI parameter...
I didn't manage to make it sync from genesis. The solution for me was to rsync a datadir from one node to another
Works with ```toml [dependencies] ggez = "=0.5.1" gfx_core = "=0.9.2" gfx_device_gl = "=0.16.2" imgui = "0.4" imgui-gfx-renderer = "0.4" ``` **Important update**: you should probably run `cargo update` to update...
Might be related to compatibility to the older terminals - https://github.com/crossterm-rs/crossterm/issues/685 - https://github.com/crossterm-rs/crossterm/issues/536
Looking at the errors at one of the failing workflows (https://dev.azure.com/mitogen-hq/mitogen/_build/results?buildId=671&view=logs&j=38fb768a-91bc-52fb-9300-923df8625209&t=0744b325-ce4a-569b-7cdc-1da0e44989ad&l=25) ``` ERROR: FAIL could not package project - v = InvocationError('/Library/Frameworks/Python.framework/Versions/3.12/bin/python setup.py sdist --formats=zip --dist-dir /Users/runner/work/1/s/.tox/dist', 1) ``` Not...
By the way, the base branch for it is `stable`, please let me know if it should go to master. I can rebase.
@moreati rebased onto master. Some CI jobs are still failing, but I don't have enough knowledge to say if it's expected or not. Please let me know if I should...
The `__file__` attribute exists there, but it's `None` Similar to something like ```python class X: def __init__(self): self.attr = None x = X() a = getattr(x, 'attr', 'default value') print(a)...
I've been digging into some wmctrl & xprop internals, and it turns out the polybar process appears as an active window (e.g. in `wmctrl`) ``` ~ $ wmctrl -l 0x0120003d...