Piotr Majkrzak
Piotr Majkrzak
Any updates on that?
> What ZiGate are you running? PiZiGate
I see reverting the update is not solving the issue, neither do reconfiguration.
I upgraded the os to 8.2 which seems not to get reverted by the snapshot.
``` Traceback (most recent call last): File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.10/site-packages/zigpy_zigate/common.py", line 84, in set_pizigate_running_mode gpio0 = UnclosableOutputDevice(pin=GPIO_PIN0, initial_state=None) File "/usr/local/lib/python3.10/site-packages/gpiozero/devices.py", line 108,...
Looks like it is fixing the issue. I will now reload backups and do some testing.
Fixed on 2022.8.7
@fendor can you give quick explanation how?
As far as I understand it is because lexer is only to Latin and Greek letters: https://github.com/rikvdkleij/intellij-haskell/blob/6c1dc71595d16274732e0c2ee4e489255fe1ba16/src/main/scala/intellij/haskell/_HaskellLexer.flex#L45-L46 Accoriding to [Haskell 2010 Report §2.2](https://www.haskell.org/onlinereport/haskell2010/haskellch2.html#x7-160002.2) it should support "any Unicode lowercase letter"...
This can be solved by disabling `[jekyll-titles-from-headings](https://github.com/benbalter/jekyll-titles-from-headings)` plugin, which for some awkward reason is always enabled and can not be disabled. > GitHub Pages uses plugins that are enabled by...