Mig

Results 16 comments of Mig

Hi @mansourrh, I have the exact same issue (same hardware, same problem). I verified that firmware is ok ```bash /usr/libexec/firmwarecheckers/eficheck/eficheck --integrity-check ``` gives ``` EFI Version: IM131.88Z.F000.B00.2006101655 (Boot ROM Version:...

on the other hand, my iMac being a 13,2, why should EFI version be `IM31*`?

Hi, I did not manage to solve this yet. Sort of gave up but am still interested should someone be able to help me fix this.

Oh I think I got it : should the proper test be ```c++ // Test if machine is in sub/subsub/a assert(sm.is(state) // main machine is in sub state && sm.is(state)...

```patch - return make_transition_table(*state + event / &bug::action); + return make_transition_table(*state + event / wrap(&bug::action)); ``` does the trick with SML 1.1.4 (gcc 9.4, invoked with `gcc --std=c++2a`)

If you have, say - "normal" states: `A` `B` and `C` - when in `B`, sub states are `on` and `off` - when in `C`, sub states are `cold` and...

+1 -- what's missing to update to 28? Perhaps I can help?

> Update: ok, when I am disable the app: apps/disabled/fulltextsearch the behavior changes. Every link is working again. Ha! That worked for me too, solving https://github.com/nextcloud/server/issues/43910 !!

Even better: disabling "fulltextsearch" _then reenabling it_ solves the issue. _Have you tried turning it off then on again_ ? ^^